本帖最后由 nawanla 于 2011-5-5 19:28 编辑
http://www.lq168.com/house.php
http://www.lq168.com/house.php?mod=list&sortid=2
所有的房源信息打开都不正常,按照以下方法可以把首页和列表页面弄好,可惜内容页面还是有错位
首页内容不显示的暂时解决方法:
找到根目录下的house.php文件
搜索代码
- $cachelist = array('category_sortlist_'.$modidentifier, 'category_arealist_'.$modidentifier, 'category_channellist', 'category_usergrouplist_'.$modidentifier, 'blockclass');
复制代码
改为
- $cachelist = array('category_sortlist_'.$modidentifier, 'category_arealist_'.$modidentifier, 'category_channellist', 'category_usergrouplist_'.$modidentifier, 'diytemplatename', 'blockclass');
复制代码
template\default\category\header.htm
搜索代码
改为
|