梁平区高点击量网站建设哪家好,怀化火车站网站,外包做网站公司,摄影设计思路在phpcms中设置专题里面#xff0c;默认专题的分类没有独立模板设置的#xff0c;以下简单介绍了给子分类设置独立模板样式办法。首先打开phpcms文件夹、modules文件夹、special文件夹、index.php文件找到如下代码#xff1a;$list_template ? $list_template : list;将其替…在phpcms中设置专题里面默认专题的分类没有独立模板设置的以下简单介绍了给子分类设置独立模板样式办法。首先打开phpcms文件夹、modules文件夹、special文件夹、index.php文件找到如下代码$list_template ? $list_template : list;将其替换为$template $info[template] ? $info[template] : ($list_template ? $list_template : list);继续打开当前文件夹中的special.php文件找到typedir将代码替换为typedir, template在special文件夹中找到templates文件夹然后打开special_add.tpl.php文件在代码 前面加上如下代码找到var n $(#option_list).find(input[name]).length/31;在代码后面加上var template ?php echo str_replace(, \, form::select_template(default, special, list, nametype[|id|][template], list));?;将改为template.replace(|id|, n) 找到 var n $(#option_list).find(input[typetext]).length/31;后面添加如下代码var template ?php echo str_replace(, \, form::select_template(default, special, list, nametype[|id|][template], list));?;将