summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-03 17:18:24 -0400
committerspiderr <spider@viovio.com>2013-04-03 17:18:24 -0400
commitd7035194040888de974c400724835244a61b0817 (patch)
tree1e075d4ff98ac8f5d1a5a6fe117ceb8153eea6c0
parentfaa41aaa212eb114b92ee1796490b4698c76ff26 (diff)
downloadtags-d7035194040888de974c400724835244a61b0817.tar.gz
tags-d7035194040888de974c400724835244a61b0817.tar.bz2
tags-d7035194040888de974c400724835244a61b0817.zip
update all admin menus for bootstrap dropdowns
-rw-r--r--templates/menu_tags_admin.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_tags_admin.tpl b/templates/menu_tags_admin.tpl
index cd6eb7c..f6fd81a 100644
--- a/templates/menu_tags_admin.tpl
+++ b/templates/menu_tags_admin.tpl
@@ -1,5 +1,5 @@
{strip}
-<ul>
+<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>
<li><a class="item" href="{$smarty.const.TAGS_PKG_URL}index.php">{tr}Tagged Content{/tr}</a></li>
</ul>