帝国教程

帝国cms列表页最新文章显示红色日期的教程

来源:我爱模版网 作者:忘爱。 时间:2026-07-08
浏览:22 收藏 点赞(0)
简介:帝国cms列表模板,使用程序代码 $newimg='[!--newstime--]'; if(time()-$r[newstime]

帝国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>';
在线
客服