summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-18 11:14:06 -0400
committerspiderr <spider@viovio.com>2013-04-18 11:14:06 -0400
commitcea7c792d38f1017f0535d4ca3444ae1e19ab76e (patch)
tree20e4b21350d58f0a386aa32ff1838a33c4906def
parent9eb8a09869bf36bf5603d0beecc5139145cf91f9 (diff)
downloadmessages-cea7c792d38f1017f0535d4ca3444ae1e19ab76e.tar.gz
messages-cea7c792d38f1017f0535d4ca3444ae1e19ab76e.tar.bz2
messages-cea7c792d38f1017f0535d4ca3444ae1e19ab76e.zip
tweak menu to display title link only when passed var
-rw-r--r--templates/menu_messages_admin.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_messages_admin.tpl b/templates/menu_messages_admin.tpl
index f89455e..b918a09 100644
--- a/templates/menu_messages_admin.tpl
+++ b/templates/menu_messages_admin.tpl
@@ -1,5 +1,5 @@
{strip}
<li>
- <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=messages">{tr}Messages{/tr}</a>
+{if $packageMenuTitle}<a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=messages">{tr}Messages{/tr}</a>{/if}
</li>
{/strip}