summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-18 11:11:45 -0400
committerspiderr <spider@viovio.com>2013-04-18 11:11:45 -0400
commit05abfc3af7f1167a94f7e609c2f213aea9a51fe0 (patch)
tree94960bb40381814c2669388104472f27c40544e6 /templates
parent378ca07c8a2b95d24f2f2e651297a3960760ec64 (diff)
downloadckeditor-05abfc3af7f1167a94f7e609c2f213aea9a51fe0.tar.gz
ckeditor-05abfc3af7f1167a94f7e609c2f213aea9a51fe0.tar.bz2
ckeditor-05abfc3af7f1167a94f7e609c2f213aea9a51fe0.zip
tweak menu to display title link only when passed var
Diffstat (limited to 'templates')
-rw-r--r--templates/menu_ckeditor_admin.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_ckeditor_admin.tpl b/templates/menu_ckeditor_admin.tpl
index 6204ea4..b4a98c3 100644
--- a/templates/menu_ckeditor_admin.tpl
+++ b/templates/menu_ckeditor_admin.tpl
@@ -1,5 +1,5 @@
{strip}
<li>
- <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=ckeditor">{tr}CKEditor Settings{/tr}</a>
+{if $packageMenuTitle}<a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=ckeditor">{tr}CKEditor Settings{/tr}</a>{/if}
</li>
{/strip}