summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
diff options
context:
space:
mode:
authorCallan Barrett <wizzomafizzo@gmail.com>2008-01-15 07:54:23 +0100
committerDan McGee <dan@archlinux.org>2008-01-20 07:21:21 +0100
commit8ab823728c729e9780820bf15aad3585078c8342 (patch)
tree4873eec0eb010b46836c07f73d78b842ce679705 /web/html/index.php
parent2f56688b56757a3365ee4cc48f1bd139216c74f9 (diff)
downloadaur-8ab823728c729e9780820bf15aad3585078c8342.tar.gz
aur-8ab823728c729e9780820bf15aad3585078c8342.tar.xz
More cleanup, add TU link to header
Cleans up links on front page, adds a TU link to the header to the voting application, fixes some titles and styling for logged in text Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
Diffstat (limited to 'web/html/index.php')
-rw-r--r--web/html/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/index.php b/web/html/index.php
index 617b16a3..7e04d59e 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -52,7 +52,7 @@ while ($row = mysql_fetch_assoc($result)) {
print '<tr>';
print '<td class="boxSoft">';
- print '<span class="f4"><span class="blue"><a href="/packages.php?do_Details=1&ID='.intval($row["ID"]).'">';
+ print '<span class="f4"><span class="blue"><a href="/packages.php?ID='.intval($row["ID"]).'">';
print $row["Name"]." ".$row["Version"]."</a></span></span>";
print '</td>';