diff options
| author | Christian Fowler <cfowler2@wcpss.net> | 2013-04-07 20:57:22 -0400 |
|---|---|---|
| committer | Christian Fowler <cfowler2@wcpss.net> | 2013-04-07 20:57:22 -0400 |
| commit | 7b25f10be9530f456f978a532a5b9b09d25f5ee5 (patch) | |
| tree | 3862bac4a6a03009662b50b4afe04a0ed10947d4 | |
| parent | 02f789de59f83a49e14ad6c9dedeaf82ab896ce4 (diff) | |
| download | pigeonholes-7b25f10be9530f456f978a532a5b9b09d25f5ee5.tar.gz pigeonholes-7b25f10be9530f456f978a532a5b9b09d25f5ee5.tar.bz2 pigeonholes-7b25f10be9530f456f978a532a5b9b09d25f5ee5.zip | |
add strip to menus
| -rw-r--r-- | templates/menu_pigeonholes.tpl | 1 | ||||
| -rw-r--r-- | templates/menu_pigeonholes_admin.tpl | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/templates/menu_pigeonholes.tpl b/templates/menu_pigeonholes.tpl index ffcbee0..c891907 100644 --- a/templates/menu_pigeonholes.tpl +++ b/templates/menu_pigeonholes.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_pigeonholes_create' )} <li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_pigeonholes.php?action=create">{booticon iname="icon-file" iexplain="Create Category" ilocation=menu}</a></li> diff --git a/templates/menu_pigeonholes_admin.tpl b/templates/menu_pigeonholes_admin.tpl index 8fe1eb9..24df595 100644 --- a/templates/menu_pigeonholes_admin.tpl +++ b/templates/menu_pigeonholes_admin.tpl @@ -1,3 +1,5 @@ +{strip} <li> {smartlink ititle="Pigeonhole Settings" ipackage="kernel" ifile="admin/index.php" page="pigeonholes"} </li> +{/strip} |
