帝国cms最新文章显示红色日期的教程
2009-11-25 站长 站长日志
使用程序代码
$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>';
下一篇:帝国cms列表简介信息问题