summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Fowler <cfowler2@wcpss.net>2013-04-07 20:56:09 -0400
committerChristian Fowler <cfowler2@wcpss.net>2013-04-07 20:56:09 -0400
commitce6e78b617c49a5d26ea66192f27df05e92ea4f5 (patch)
treeebaa75d4f9f0862f9b76e4bd154f16bc35fc5b08 /templates
parentd0f81c804cfdb28cd1bc0b2e8330c90e1080ad5e (diff)
downloadfisheye-ce6e78b617c49a5d26ea66192f27df05e92ea4f5.tar.gz
fisheye-ce6e78b617c49a5d26ea66192f27df05e92ea4f5.tar.bz2
fisheye-ce6e78b617c49a5d26ea66192f27df05e92ea4f5.zip
add strip to menus
Diffstat (limited to 'templates')
-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}