diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-04-04 18:07:15 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-04-04 18:07:15 +0000 |
| commit | 8959a99af9e044ce1162c4c5e6533d321152f4ad (patch) | |
| tree | 4f515902796a6a442e946ede3cd92c756e4f7bff /templates/menu_themes_admin.tpl | |
| parent | fab0348c3a8259b16a7bf4f59c5f8c38b0d7b1d8 (diff) | |
| download | themes-8959a99af9e044ce1162c4c5e6533d321152f4ad.tar.gz themes-8959a99af9e044ce1162c4c5e6533d321152f4ad.tar.bz2 themes-8959a99af9e044ce1162c4c5e6533d321152f4ad.zip | |
add new layout admin page which gives full access to all modules in all layouts. should we simplify the original layout page now or leave as is?
Diffstat (limited to 'templates/menu_themes_admin.tpl')
| -rw-r--r-- | templates/menu_themes_admin.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/menu_themes_admin.tpl b/templates/menu_themes_admin.tpl index 2c2bcc6..9d2ae09 100644 --- a/templates/menu_themes_admin.tpl +++ b/templates/menu_themes_admin.tpl @@ -2,7 +2,8 @@ <ul> <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}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.KERNEL_PKG_URL}admin/index.php?page=layout" >{tr}Create Layout{/tr}</a></li> + <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=layout_overview" >{tr}Configure Layouts{/tr}</a></li> <li><a class="item" href="{$smarty.const.THEMES_PKG_URL}admin/menus.php">{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> |
