diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-04-02 18:55:02 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-04-02 18:55:02 +0000 |
| commit | ba6b13c3868cbb6f65906755a844fbee07399bdd (patch) | |
| tree | 6aa2f82480055d03dec2a37118b77689284ecce6 /templates/menu_themes_admin.tpl | |
| parent | 9dff5b70d2c4083063066a6a384630ac0f90461f (diff) | |
| download | themes-ba6b13c3868cbb6f65906755a844fbee07399bdd.tar.gz themes-ba6b13c3868cbb6f65906755a844fbee07399bdd.tar.bz2 themes-ba6b13c3868cbb6f65906755a844fbee07399bdd.zip | |
Massive changes to themes layout engine:
- merged 3 tables into 1 and removed user-specific layout contol.
- moved all layout related code to themes/BitThemes.php.
- cleaned up module parameter assignment to module php and tpl files.
- improved layout of layout page by enabling all option editing at once.
- removed limitation that every module can only be assigned once
- more changes, but i can't remember all just now.
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 c149dae..2c2bcc6 100644 --- a/templates/menu_themes_admin.tpl +++ b/templates/menu_themes_admin.tpl @@ -4,7 +4,7 @@ <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.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=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> </ul> {/strip} |
