UI enhancement: made the 'back to the Gallery' links a little bit easier to discover

This commit is contained in:
jhilden
2009-06-30 22:22:29 -04:00
parent 3ef39d4576
commit 0b34ec4e8b
5 changed files with 25 additions and 9 deletions

View File

@@ -3,8 +3,8 @@
<? if ($header_text = module::get_var("gallery", "header_text")): ?>
<?= $header_text ?>
<? else: ?>
<a href="<?= url::site("albums/1") ?>">
<img width="107" height="48" id="gLogo" alt="<?= t("Gallery: Your photos on your web site") ?>" src="<?= $theme->theme_url("images/logo.png") ?>" />
<a id="gLogo" href="<?= url::site("albums/1") ?>" title="<?= t("go back to the Gallery home") ?>">
<img width="107" height="48" alt="<?= t("Gallery logo: Your photos on your web site") ?>" src="<?= $theme->theme_url("images/logo.png") ?>" />
</a>
<? endif ?>