diff options
| author | Tekimaki <tekimaki_admin@users.sourceforge.net> | 2009-05-11 15:15:09 +0000 |
|---|---|---|
| committer | Tekimaki <tekimaki_admin@users.sourceforge.net> | 2009-05-11 15:15:09 +0000 |
| commit | d41e6962c6ce1ae87e46df80ab0ee8bf1a8f63e7 (patch) | |
| tree | 034a7ee2197ef93c67651e34e7fecd4230b6c1bc | |
| parent | 2f35730f03ab072ee9a541393ed034df1d00e08e (diff) | |
| download | themes-d41e6962c6ce1ae87e46df80ab0ee8bf1a8f63e7.tar.gz themes-d41e6962c6ce1ae87e46df80ab0ee8bf1a8f63e7.tar.bz2 themes-d41e6962c6ce1ae87e46df80ab0ee8bf1a8f63e7.zip | |
try to make menu labels more clearly relate, use more common language, and resort for more logical hierarchy, objections can be filed in person at the central office
| -rw-r--r-- | templates/menu_themes_admin.tpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/menu_themes_admin.tpl b/templates/menu_themes_admin.tpl index 7b5e911..bae9add 100644 --- a/templates/menu_themes_admin.tpl +++ b/templates/menu_themes_admin.tpl @@ -1,12 +1,12 @@ {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.THEMES_PKG_URL}icon_browser.php">{tr}Icon Browser{/tr}</a></li> - <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=columns" >{tr}Column Control{/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.THEMES_PKG_URL}admin/admin_themes_manager.php">{tr}Styles{/tr}</a></li> + <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=columns" >{tr}Column Settings{/tr}</a></li> + <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=layout" >{tr}Module Layouts{/tr}</a></li> + <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=layout_overview" >{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> + <li><a class="item" href="{$smarty.const.THEMES_PKG_URL}admin/menus.php">{tr}Top Menu{/tr}</a></li> + <li><a class="item" href="{$smarty.const.THEMES_PKG_URL}icon_browser.php">{tr}Icon Browser{/tr}</a></li> </ul> {/strip} |
