summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-03 18:33:25 -0400
committerspiderr <spider@viovio.com>2013-04-03 18:33:25 -0400
commitc6c67984487458d350b4566862c6eadf15af6a63 (patch)
treecac591742cfeb369bd356c01a3b8d500c1aae922
parent99fbe868eaf50b734c9936c194276a0480d48204 (diff)
downloadmessages-c6c67984487458d350b4566862c6eadf15af6a63.tar.gz
messages-c6c67984487458d350b4566862c6eadf15af6a63.tar.bz2
messages-c6c67984487458d350b4566862c6eadf15af6a63.zip
update all admin menus for bootstrap dropdowns with proper sub-menus
-rw-r--r--templates/menu_messages_admin.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/menu_messages_admin.tpl b/templates/menu_messages_admin.tpl
index f40a89e..5293b90 100644
--- a/templates/menu_messages_admin.tpl
+++ b/templates/menu_messages_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=messages">{tr}Messages Settings{/tr}</a></li>
-</ul>
+<li>
+ <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=messages">{tr}Messages Settings{/tr}</a>
+</li>
{/strip}