summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-03 17:14:01 -0400
committerspiderr <spider@viovio.com>2013-04-03 17:14:01 -0400
commitcd23d911dad2281676751fc642a4a2b93c75d5ef (patch)
tree50546fba181e6f20a871766024d8d524e3ca5d12
parentef6f8e7c5eca19e018d43791a8963e438de1dc10 (diff)
downloadarticles-cd23d911dad2281676751fc642a4a2b93c75d5ef.tar.gz
articles-cd23d911dad2281676751fc642a4a2b93c75d5ef.tar.bz2
articles-cd23d911dad2281676751fc642a4a2b93c75d5ef.zip
update all admin menus for bootstrap dropdowns
-rw-r--r--templates/menu_articles_admin.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_articles_admin.tpl b/templates/menu_articles_admin.tpl
index b7fccfb..8da8942 100644
--- a/templates/menu_articles_admin.tpl
+++ b/templates/menu_articles_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=articles">{tr}Articles Settings{/tr}</a></li>
<li><a class="item" href="{$smarty.const.ARTICLES_PKG_URL}admin/admin_topics.php">{tr}Article Topics{/tr}</a></li>
<li><a class="item" href="{$smarty.const.ARTICLES_PKG_URL}admin/admin_types.php">{tr}Article Types{/tr}</a></li>