summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-03 17:15:06 -0400
committerspiderr <spider@viovio.com>2013-04-03 17:15:06 -0400
commit5cc022cfbf81ec82c94dbc347d804440afa784df (patch)
tree37135faebe862004678decb5c130e80e5cc0c6f9
parent9d9b9787f194607b9310203c850fa90b4bbc91ef (diff)
downloadfeed-5cc022cfbf81ec82c94dbc347d804440afa784df.tar.gz
feed-5cc022cfbf81ec82c94dbc347d804440afa784df.tar.bz2
feed-5cc022cfbf81ec82c94dbc347d804440afa784df.zip
update all admin menus for bootstrap dropdowns
-rw-r--r--templates/menu_feed_admin.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_feed_admin.tpl b/templates/menu_feed_admin.tpl
index 5432298..31e7b04 100644
--- a/templates/menu_feed_admin.tpl
+++ b/templates/menu_feed_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=feed">{tr}Feed Settings{/tr}</a></li>
</ul>
{/strip}