summaryrefslogtreecommitdiff
path: root/templates/menu_themes_admin.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2008-06-26 09:56:44 +0000
committerMax Kremmel <xing@synapse.plus.com>2008-06-26 09:56:44 +0000
commitaffbeb4e9355b33baea2ab8515b12be5ab29e316 (patch)
tree60bf5fd1eeb818596a0f2df049405d57c211faf8 /templates/menu_themes_admin.tpl
parentcf1677f193414c91085549b234d3e195b493cbe7 (diff)
downloadthemes-affbeb4e9355b33baea2ab8515b12be5ab29e316.tar.gz
themes-affbeb4e9355b33baea2ab8515b12be5ab29e316.tar.bz2
themes-affbeb4e9355b33baea2ab8515b12be5ab29e316.zip
make use of display_mode option recently added by spiderr and add some rudimentary column control based on display_mode. also moved FormatHeader stuff to BitThemes.
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 4929b21..27c682a 100644
--- a/templates/menu_themes_admin.tpl
+++ b/templates/menu_themes_admin.tpl
@@ -2,6 +2,7 @@
<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=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>