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>
This commit is contained in:
Callan Barrett 2008-01-15 15:54:23 +09:00 committed by Dan McGee
parent 2f56688b56
commit 8ab823728c
6 changed files with 22 additions and 36 deletions

View file

@ -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>';