帝国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>';

声明:有的资源均来自网络转载,版权归原作者所有,如有侵犯到您的权益 请联系邮箱:312334557@qq.com 我们将配合处理!

原文地址:《帝国cms列表页最新文章显示红色日期的教程》发布于2022-10-08 14:26:13