diff options
| author | spiderr <spider@viovio.com> | 2013-04-10 17:17:22 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-10 17:17:22 -0400 |
| commit | d8a7a01a3c3281c705099495f05302a99d4add30 (patch) | |
| tree | c8f2ec80dfeb34879172e0b087b3ed0a6167b23e | |
| parent | ed8b7adeb19743b9485dd281b2f260b33cf4330d (diff) | |
| download | themes-d8a7a01a3c3281c705099495f05302a99d4add30.tar.gz themes-d8a7a01a3c3281c705099495f05302a99d4add30.tar.bz2 themes-d8a7a01a3c3281c705099495f05302a99d4add30.zip | |
tweak menu order
| -rw-r--r-- | templates/menu_themes_admin.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_themes_admin.tpl b/templates/menu_themes_admin.tpl index d4f1cd1..5306e36 100644 --- a/templates/menu_themes_admin.tpl +++ b/templates/menu_themes_admin.tpl @@ -2,11 +2,11 @@ <li class="dropdown-submenu favorite"> <a href="#" onclick="return(false);" tabindex="-1" class="sub-menu-root">{tr}{$smarty.const.THEMES_PKG_DIR|capitalize}{/tr}</a> <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}Change Site Theme{/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=themes" >{tr}Theme 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> |
