帝国CMS搜索模板 列表内容模板(list.var) 如何调用随机图片?
例子:调用内容标题图片 没有图片时显示随机图片
- if(empty($r[titlepic])){$r[titlepic]='http://www.zcabc.com/img/rand/'.rand(1,10).'.jpg';}
- $_nowclass=$empire->fetch1("select * from {$dbtbpre}enewsclass where classid='$r[classid]'");
- $listtemp='
- <a href="[!--titleurl--]"><img src="[!--titlepic--]" alt="[!--title--] 图片" title="[!--title--] 图片"></a>
- ';
tips:在/img/rand/目录下,放1.jpg,2.jpg,3.jpg……10.jpg.即可实现内容无图片时,调用随机图片功能。