summaryrefslogtreecommitdiff
path: root/templates/menu_themes_admin.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-09-10 21:16:39 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-09-10 21:16:39 +0000
commit2f5f99e0b32f042aba7bd6b540ffef84230e7d03 (patch)
tree06fa7b90f74e737d35ab46c946443c497d309ca3 /templates/menu_themes_admin.tpl
parentd64452c57ba2163ac454a3259e3ae9f8959abed1 (diff)
downloadthemes-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.tpl1
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>