summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/menu_themes_admin.tpl9
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}