|
我们会在V1.2.0 增加这个标签
目前的解决方法是:
编辑器打开 /function/ourphp_list.class.php 文件,以下代码替换63-69行
- $ourphp_rs = $db-> ourphpsql("select OP_Columntitle,OP_Templist,OP_Tempview,OP_Userright,OP_Img from `ourphp_column` where ".$where);
- $rows = array(
- 'title' => $ourphp_rs[0],
- 'listtemp' => $ourphp_rs[1],
- 'viewtemp' => $ourphp_rs[2],
- 'userright' => $ourphp_rs[3],
- 'minimg' => $ourphp_rs[4],
- );
复制代码
修改后,保存。
调用标签:[.$listname.minimg.]
|
|