diff options
| -rw-r--r-- | templates/menu_tags.tpl | 2 |
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} |
