summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-03 17:18:31 -0400
committerspiderr <spider@viovio.com>2013-04-03 17:18:31 -0400
commit76ca42896d78abecf9d5486939af0a48b2f5fe11 (patch)
treed0aff8d9e0c4e1b9c4d92cb70af9a8f893422bfd /templates
parentf95c1040f5b311537a3c64cc39c106682a24f698 (diff)
downloadthemes-76ca42896d78abecf9d5486939af0a48b2f5fe11.tar.gz
themes-76ca42896d78abecf9d5486939af0a48b2f5fe11.tar.bz2
themes-76ca42896d78abecf9d5486939af0a48b2f5fe11.zip
update all admin menus for bootstrap dropdowns
Diffstat (limited to 'templates')
-rw-r--r--templates/menu_themes_admin.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/menu_themes_admin.tpl b/templates/menu_themes_admin.tpl
index bae9add..b2982e1 100644
--- a/templates/menu_themes_admin.tpl
+++ b/templates/menu_themes_admin.tpl
@@ -1,11 +1,11 @@
{strip}
-<ul>
+<ul class="dropdown-menu sub-menu">
<li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=themes" >{tr}Theme Settings{/tr}</a></li>
<li><a class="item" href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php">{tr}Styles{/tr}</a></li>
<li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=columns" >{tr}Column Settings{/tr}</a></li>
- <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=layout" >{tr}Module Layouts{/tr}</a></li>
- <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=layout_overview" >{tr}Module Settings{/tr}</a></li>
- <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules">{tr}Custom Modules{/tr}</a></li>
+ <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=layout" >{tr}Modul class="dropdown-menu sub-menu"e Layouts{/tr}</a></li>
+ <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=layout_overview" >{tr}Modul class="dropdown-menu sub-menu"e Settings{/tr}</a></li>
+ <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modul class="dropdown-menu sub-menu"es">{tr}Custom Modules{/tr}</a></li>
<li><a class="item" href="{$smarty.const.THEMES_PKG_URL}admin/menus.php">{tr}Top Menu{/tr}</a></li>
<li><a class="item" href="{$smarty.const.THEMES_PKG_URL}icon_browser.php">{tr}Icon Browser{/tr}</a></li>
</ul>