summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-03 17:16:29 -0400
committerspiderr <spider@viovio.com>2013-04-03 17:16:29 -0400
commitf382af160e6c396d525d6ac5f135fb347c171e24 (patch)
tree3bcca98288fa2bb6e221706ff29ee2d2a903f864 /templates
parent2eb5fad5a912c021aa740ef1ca12d22ae030ac51 (diff)
downloadnexus-f382af160e6c396d525d6ac5f135fb347c171e24.tar.gz
nexus-f382af160e6c396d525d6ac5f135fb347c171e24.tar.bz2
nexus-f382af160e6c396d525d6ac5f135fb347c171e24.zip
update all admin menus for bootstrap dropdowns
Diffstat (limited to 'templates')
-rw-r--r--templates/menu_nexus_admin.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_nexus_admin.tpl b/templates/menu_nexus_admin.tpl
index 4b8a7c2..4fb88fe 100644
--- a/templates/menu_nexus_admin.tpl
+++ b/templates/menu_nexus_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=nexus">{tr}Nexus Settings{/tr}</a></li>
<li><a class="item" href="{$smarty.const.NEXUS_PKG_URL}">{tr}Nexus Menus{/tr}</a></li>
</ul>