diff options
| author | Christian Fowler <spider@viovio.com> | 2006-02-06 15:22:38 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-02-06 15:22:38 +0000 |
| commit | d6a613b162d379f08b72edb48d3f2bf57ff19fc3 (patch) | |
| tree | 884b30fe71eaab25aae03c5dd28171a912704b47 /templates/menu_themes_admin.tpl | |
| parent | f2b1be8615cbd003dca86c8646e4cf5e27d3450e (diff) | |
| download | themes-d6a613b162d379f08b72edb48d3f2bf57ff19fc3.tar.gz themes-d6a613b162d379f08b72edb48d3f2bf57ff19fc3.tar.bz2 themes-d6a613b162d379f08b72edb48d3f2bf57ff19fc3.zip | |
remove oddball menu_layout_admin.tpl and move to standard themes/tempaltes/menu_themes_admin.tpl
Diffstat (limited to 'templates/menu_themes_admin.tpl')
| -rw-r--r-- | templates/menu_themes_admin.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/menu_themes_admin.tpl b/templates/menu_themes_admin.tpl new file mode 100644 index 0000000..c5313e2 --- /dev/null +++ b/templates/menu_themes_admin.tpl @@ -0,0 +1,9 @@ +{strip} +<ul> + <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.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> +{* <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=menus">{tr}Menus{/tr}</a></li>*} +</ul> +{/strip} |
