summaryrefslogtreecommitdiff
path: root/templates/menu_themes_admin.tpl
diff options
context:
space:
mode:
authorNick Palmer <nick@sluggardy.net>2007-06-13 19:23:06 +0000
committerNick Palmer <nick@sluggardy.net>2007-06-13 19:23:06 +0000
commitec4e89c59a5652d1c0310947694a0817dcec8a4e (patch)
treed732ce463ad4e60836a5ed75a4c42a4a0da78d34 /templates/menu_themes_admin.tpl
parent3e65f164d0f64313d42ff5d7d24a3e59669ae055 (diff)
downloadthemes-ec4e89c59a5652d1c0310947694a0817dcec8a4e.tar.gz
themes-ec4e89c59a5652d1c0310947694a0817dcec8a4e.tar.bz2
themes-ec4e89c59a5652d1c0310947694a0817dcec8a4e.zip
Rename themes menus something a little better.
Diffstat (limited to 'templates/menu_themes_admin.tpl')
-rw-r--r--templates/menu_themes_admin.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/menu_themes_admin.tpl b/templates/menu_themes_admin.tpl
index 9d2ae09..4929b21 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.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}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.KERNEL_PKG_URL}admin/index.php?page=layout" >{tr}Manage Layouts{/tr}</a></li>
+ <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=layout_overview" >{tr}Configure Layout Options{/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>