summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/menu_fisheye.tpl1
-rw-r--r--templates/menu_fisheye_admin.tpl2
2 files changed, 3 insertions, 0 deletions
diff --git a/templates/menu_fisheye.tpl b/templates/menu_fisheye.tpl
index 50bcc62..fe67719 100644
--- a/templates/menu_fisheye.tpl
+++ b/templates/menu_fisheye.tpl
@@ -1,4 +1,5 @@
{strip}
+<a accesskey="{$key|truncate:1:""}" class="{if $gBitSystem->isFeatureActive( 'site_top_bar_dropdown' )}head{else}item{/if}{if $smarty.const.ACTIVE_PACKAGE eq $menu.package_name} selected{/if}" href="{$menu.index_url}">{tr}{$menu.menu_title}{/tr}</a>
<ul>
{if $gBitUser->hasPermission('p_fisheye_view')}
<li><a class="item" href="{$smarty.const.FISHEYE_PKG_URL}list_galleries.php">{booticon iname="icon-list" iexplain="List Galleries" ilocation=menu}</a></li>
diff --git a/templates/menu_fisheye_admin.tpl b/templates/menu_fisheye_admin.tpl
index 2d9580f..16c7301 100644
--- a/templates/menu_fisheye_admin.tpl
+++ b/templates/menu_fisheye_admin.tpl
@@ -1,3 +1,5 @@
+{strip}
<li>
<a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=fisheye">{tr}{$smarty.const.FISHEYE_PKG_DIR|capitalize}{/tr}</a>
</li>
+{/strip}