summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2014-11-03 14:18:27 +0000
committerlsces <lester@lsces.co.uk>2014-11-03 14:18:27 +0000
commitd999afa682297817deb31ca224a5796df548e75f (patch)
treee4b8c16353d32465140f28cb423b61f3f3f27db5
parentab2516865c43f0915e67896acd2442080c8b9bd4 (diff)
downloadtags-d999afa682297817deb31ca224a5796df548e75f.tar.gz
tags-d999afa682297817deb31ca224a5796df548e75f.tar.bz2
tags-d999afa682297817deb31ca224a5796df548e75f.zip
Update to new class model
-rw-r--r--templates/menu_tags.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_tags.tpl b/templates/menu_tags.tpl
index 74f2531..9101668 100644
--- a/templates/menu_tags.tpl
+++ b/templates/menu_tags.tpl
@@ -1,5 +1,5 @@
{strip}
-<ul class="dropdown-menu">
+<ul class="{$packageMenuClass}">
{if $gBitUser->hasPermission('p_tags_view')}
<li><a class="item" href="{$smarty.const.TAGS_PKG_URL}index.php">{booticon iname="icon-tags" iexplain="Tag Cloud" ilocation=menu}</a></li>
{/if}