summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-18 11:16:58 -0400
committerspiderr <spider@viovio.com>2013-04-18 11:16:58 -0400
commit27d4106bd2bd1cc869e7daf689e2757f5567e9aa (patch)
treed35d623b0d3107b53c66a9c4bb7bbb9d2e96d5f8 /templates
parent7457eb8886e75281aef1da4f93edd8d49e29df50 (diff)
downloadthemes-27d4106bd2bd1cc869e7daf689e2757f5567e9aa.tar.gz
themes-27d4106bd2bd1cc869e7daf689e2757f5567e9aa.tar.bz2
themes-27d4106bd2bd1cc869e7daf689e2757f5567e9aa.zip
tweak menu to display title link only when passed var
Diffstat (limited to 'templates')
-rw-r--r--templates/menu_themes_admin.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_themes_admin.tpl b/templates/menu_themes_admin.tpl
index 5306e36..1122c34 100644
--- a/templates/menu_themes_admin.tpl
+++ b/templates/menu_themes_admin.tpl
@@ -1,6 +1,6 @@
{strip}
<li class="dropdown-submenu favorite">
- <a href="#" onclick="return(false);" tabindex="-1" class="sub-menu-root">{tr}{$smarty.const.THEMES_PKG_DIR|capitalize}{/tr}</a>
+{if $packageMenuTitle}<a href="#" onclick="return(false);" tabindex="-1" class="sub-menu-root">{tr}{$smarty.const.THEMES_PKG_DIR|capitalize}{/tr}</a>{/if}
<ul class="dropdown-menu sub-menu">
<li><a class="item" href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php">{tr}Change Site Theme{/tr}</a></li>
<li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=columns" >{tr}Column Settings{/tr}</a></li>