mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-14 02:50:13 -04:00
Make the logos link back to the main album page for easy navigation.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<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>
|
||||
<a href="http://gallery.menalto.com/"><img src="<?= url::file("themes/default/images/logo.png") ?>" id="gLogo" alt="<?= t("Gallery 3: Your Photos on Your Web Site") ?>" /></a>
|
||||
<a href="<?= url::site("albums/1") ?>"><img src="<?= url::file("themes/default/images/logo.png") ?>" id="gLogo" alt="<?= t("Gallery 3: Your Photos on Your Web Site") ?>" /></a>
|
||||
<div id="gSiteAdminMenu">
|
||||
<?= $theme->admin_menu() ?>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<?= $theme->header_top() ?>
|
||||
<img id="gLogo" alt="<?= t("Logo") ?>" src="<?= $theme->url("images/logo.png") ?>" />
|
||||
<a href="<?= url::site("albums/1") ?>">
|
||||
<img id="gLogo" alt="<?= t("Logo") ?>" src="<?= $theme->url("images/logo.png") ?>" />
|
||||
</a>
|
||||
|
||||
<div id="gSiteMenu">
|
||||
<?= $theme->site_menu() ?>
|
||||
|
||||
Reference in New Issue
Block a user