diff options
| author | Christian Fowler <spider@viovio.com> | 2006-02-06 16:05:14 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-02-06 16:05:14 +0000 |
| commit | 0c495b82d264d7700d3465b2a604e3400efab692 (patch) | |
| tree | a882e4ee5cf47e050641f29c38b3c099566286a0 /templates/menu_themes_admin.tpl | |
| parent | d6a613b162d379f08b72edb48d3f2bf57ff19fc3 (diff) | |
| download | themes-0c495b82d264d7700d3465b2a604e3400efab692.tar.gz themes-0c495b82d264d7700d3465b2a604e3400efab692.tar.bz2 themes-0c495b82d264d7700d3465b2a604e3400efab692.zip | |
allow any auto-registered menu to be turned off
Diffstat (limited to 'templates/menu_themes_admin.tpl')
| -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 c5313e2..9394971 100644 --- a/templates/menu_themes_admin.tpl +++ b/templates/menu_themes_admin.tpl @@ -2,8 +2,8 @@ <ul> <li><a class="item" href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php">{tr}Themes Manager{/tr}</a></li> <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=layout" >{tr}Layout{/tr}</a></li> + <li><a class="item" href="{$smarty.const.THEMES_PKG_URL}admin/menus">{tr}Menus{/tr}</a></li> <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=modules">{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=menus">{tr}Menus{/tr}</a></li>*} </ul> {/strip} |
