帝国cms建站没有标题图片时随机调用图片显示

内容摘要
帝国cms建站没有标题图片时随机调用图片显示
文章正文
使用变量:$r[titlepic]

tips:使用$r变量需开启“使用程序代码”,如:

$listtemp='标题图片:'.$r[titlepic].'';

例:调用内容标题图片 没有图片时显示随机图片

if(empty($r[titlepic])){$r[titlepic]='http://www.80more.com/images/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--]></a>

';

备注:在/images/rand/目录下,放1.jpg,2.jpg,3.jpg……10.jpg.即可实现内容无图片时,调用随机图片功能。

代码注释

作者:喵哥笔记

IDC笔记

学的不仅是技术,更是梦想!