Added default user avatar. Comment thread updates, including display of avatar. Sidebar block display white space updates. Combined gLoginMenu and gCredits css.

This commit is contained in:
Chad Kieffer
2009-01-03 01:11:20 +00:00
parent 7db1758e93
commit a57ede2f96
7 changed files with 46 additions and 32 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
<?= $theme->admin_menu() ?>
</div>
<ul id="gLoginMenu">
<li><?= html::anchor("albums/1", "Browse the Gallery") ?></li>
<li class="first"><?= html::anchor("albums/1", "Browse the Gallery") ?></li>
<li id="gLogoutLink"><a href="<?= url::site("logout?continue=albums/1") ?>">Logout</a></li>
</ul>
<?= $theme->admin_header_bottom() ?>