[!--smalldh--]是图片主题下缩略图调用的变量,默认是滚动的,我想设置成3行5列不知道在哪里修改。论坛上有朋友说在e\class\t_functions.php里修改,但是我只看到//替换图片集分页模板 function ReplaceMorePagetemp($temp,$rstr,$sdh,$select,$titleselect,$showpic,$listpage){ $temp=str_replace("[!--photor--]",$rstr,$temp); $temp=str_replace("[!--smalldh--]",$sdh,$temp); $temp=str_replace("[!--select--]",$select,$temp); $temp=str_replace("[!--titleselect--]",$titleselect,$temp); $temp=str_replace("[!--listpage--]",$listpage,$temp); $temp=str_replace("<!--list.var1-->",$showpic,$temp); return $temp; }
确实不知道修改,是否在其他地方还有可修改的地方?清高手指导下。
|