diff options
| author | spiderr <spider@viovio.com> | 2013-04-03 17:16:29 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-03 17:16:29 -0400 |
| commit | f382af160e6c396d525d6ac5f135fb347c171e24 (patch) | |
| tree | 3bcca98288fa2bb6e221706ff29ee2d2a903f864 | |
| parent | 2eb5fad5a912c021aa740ef1ca12d22ae030ac51 (diff) | |
| download | nexus-f382af160e6c396d525d6ac5f135fb347c171e24.tar.gz nexus-f382af160e6c396d525d6ac5f135fb347c171e24.tar.bz2 nexus-f382af160e6c396d525d6ac5f135fb347c171e24.zip | |
update all admin menus for bootstrap dropdowns
| -rw-r--r-- | templates/menu_nexus_admin.tpl | 2 |
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> |
