diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-01-03 01:11:20 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-03 01:11:20 +0000 |
| commit | a57ede2f96babc216538f0115561c6e4f94eb79d (patch) | |
| tree | e1a93a052909aea4cbcb8f24f60ff0840c7acaa4 /themes/default/views/header.html.php | |
| parent | 7db1758e93775c3f59c4a874da36225585dcbab5 (diff) | |
Added default user avatar. Comment thread updates, including display of avatar. Sidebar block display white space updates. Combined gLoginMenu and gCredits css.
Diffstat (limited to 'themes/default/views/header.html.php')
| -rw-r--r-- | themes/default/views/header.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php index 582186bf..c94527e9 100644 --- a/themes/default/views/header.html.php +++ b/themes/default/views/header.html.php @@ -1,7 +1,7 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <?= $theme->site_status() ?> <?= $theme->header_top() ?> -<img id="gLogo" width="107" height="48" alt="<?= _("Logo") ?>" src="<?= $theme->url("images/logo.png") ?>" /> +<img id="gLogo" alt="<?= _("Logo") ?>" src="<?= $theme->url("images/logo.png") ?>" /> <div id="gSiteMenu"> <?= $theme->site_menu() ?> |
