diff options
| author | jhilden <jakobhilden@gmail.com> | 2009-06-30 22:22:29 -0400 |
|---|---|---|
| committer | jhilden <jakobhilden@gmail.com> | 2009-06-30 22:22:29 -0400 |
| commit | 0b34ec4e8b1f97db0dc6807bdb3a5ece8e1b83e4 (patch) | |
| tree | 33bc49fde249f801626b23e6e5b21ce0f0047c2d /themes/default/views | |
| parent | 3ef39d457693a6744d468876aa7316b65cd3c9cd (diff) | |
UI enhancement: made the 'back to the Gallery' links a little bit easier to discover
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/header.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php index b38cffed..51f55b41 100644 --- a/themes/default/views/header.html.php +++ b/themes/default/views/header.html.php @@ -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 ?> |
