diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-10 21:16:39 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-10 21:16:39 +0000 |
| commit | 2f5f99e0b32f042aba7bd6b540ffef84230e7d03 (patch) | |
| tree | 06fa7b90f74e737d35ab46c946443c497d309ca3 /templates/menu_themes_admin.tpl | |
| parent | d64452c57ba2163ac454a3259e3ae9f8959abed1 (diff) | |
| download | themes-2f5f99e0b32f042aba7bd6b540ffef84230e7d03.tar.gz themes-2f5f99e0b32f042aba7bd6b540ffef84230e7d03.tar.bz2 themes-2f5f99e0b32f042aba7bd6b540ffef84230e7d03.zip | |
clean up, move around and consolidate tonnes of crappy and complicated core admin pages
Diffstat (limited to 'templates/menu_themes_admin.tpl')
| -rw-r--r-- | templates/menu_themes_admin.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/menu_themes_admin.tpl b/templates/menu_themes_admin.tpl index 329f260..c149dae 100644 --- a/templates/menu_themes_admin.tpl +++ b/templates/menu_themes_admin.tpl @@ -1,5 +1,6 @@ {strip} <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.THEMES_PKG_URL}admin/menus.php">{tr}Menus{/tr}</a></li> |
