summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-03 18:32:49 -0400
committerspiderr <spider@viovio.com>2013-04-03 18:32:49 -0400
commit69a80361ec0b8c50e2801110d13deb3ac1abd8e2 (patch)
treeef056562472552ed197cecb2f64bc730c1a73ed9 /templates
parent5cc022cfbf81ec82c94dbc347d804440afa784df (diff)
downloadfeed-69a80361ec0b8c50e2801110d13deb3ac1abd8e2.tar.gz
feed-69a80361ec0b8c50e2801110d13deb3ac1abd8e2.tar.bz2
feed-69a80361ec0b8c50e2801110d13deb3ac1abd8e2.zip
update all admin menus for bootstrap dropdowns with proper sub-menus
Diffstat (limited to 'templates')
-rw-r--r--templates/menu_feed_admin.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/menu_feed_admin.tpl b/templates/menu_feed_admin.tpl
index 31e7b04..4a5392a 100644
--- a/templates/menu_feed_admin.tpl
+++ b/templates/menu_feed_admin.tpl
@@ -1,5 +1,5 @@
{strip}
-<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>
+<li>
+ <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=feed">{tr}Feed Settings{/tr}</a>
+</li>
{/strip}