杭州神话信息技术有限公司

标题: 如何修改默认模板 [打印本页]

作者: micwolf    时间: 2010-10-23 11:38:25     标题: 如何修改默认模板

想用户打开网站默认模板为蓝色风格。怎么设置或改源代码
后台建议增加默认模板选择功能
作者: 神话三少    时间: 2010-10-25 11:38:04

setting文件夹下的settings.php


  1.   'template_path' => 'default',     /此处设置需要的模板目录。/
  2.   'template_root_path' => './templates/',
复制代码

作者: micwolf    时间: 2010-10-25 14:18:10

回复 2# 神话三少
改过了。'template_path' => 'tpl_2'
清空缓存了。但还是显示默认的模板。
http://tuan.5iwuxi.cn
作者: micwolf    时间: 2010-10-27 11:17:05

还是不行啊~~
作者: lyboy    时间: 2010-12-11 09:54:05

在模板default目录下文件tttuangou_header.html中查找
<link href="styles/main.css" rel="stylesheet" type="text/css" />
后面添加代码
{if $this->template_path!='default'}
   <link href="styles/t1.css" rel="stylesheet" type="text/css" />
{/if}




欢迎光临 杭州神话信息技术有限公司 (http://www.cenwor.com/) Powered by Discuz! X2