PW7.5 SP3 自带的绿色/紫色/红色风格修正官方错误
修复方法一:打开 data/style 目录下的 wind_green.php 、wind_purple.php、wind_red.php,分别找到:$tplpath = 'wind_green';
$tplpath = 'wind_purple';
$tplpath = 'wind_red';
都改为:$tplpath = 'wind';
方法二:
后台模式设置,论坛模式,风格模板,分别编辑 wind_green、wind_purple、wind_red 三种风格,将“此风格在template目录下的风格文件夹名称”都改为 wind。
方法三:
将 data/style 目录下的 wind_css.htm 分别复制为 wind_green_css.htm、wind_purple_css.htm、wind_red_css.htm 上传 data/style 目录。
页:
[1]