summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>