summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/menu_tags_admin.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/menu_tags_admin.tpl b/templates/menu_tags_admin.tpl
index f6fd81a..b630000 100644
--- a/templates/menu_tags_admin.tpl
+++ b/templates/menu_tags_admin.tpl
@@ -1,6 +1,6 @@
{strip}
-<ul class="dropdown-menu sub-menu">
- <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=tags">{tr}Tags Settings{/tr}</a></li>
+<ul class="{$packageMenuClass}">
+ <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=tags">{tr}Tags{/tr}</a></li>
<li><a class="item" href="{$smarty.const.TAGS_PKG_URL}index.php">{tr}Tagged Content{/tr}</a></li>
</ul>
-{/strip} \ No newline at end of file
+{/strip}