大家好,对帝国cms最新文章显示红色日期的教程感兴趣的小伙伴,下面一起跟随三零脚本的小编来看看帝国cms最新文章显示红色日期的教程的例子吧。
使用程序代码
$newimg='[!--newstime--]';
if(time()-$r[newstime]<=1*24*3600)
{
$newimg='<FONT color=red>[!--newstime--]</FONT>';
}
$listtemp='<LI><SPAN class=date>'.$newimg.'</SPAN> <a href="[!--titleurl--]" target=_blank>[!--title--]</A> </LI>';