优晟SEO

您现在的位置是:首页 > CMS教程 > 帝国cms > 正文

帝国cms

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

帝国   红色   日期  
佚名 2024-08-24帝国cms
帝国cms首页列表页最新文章显示红色日期应该怎么办首页再列表模板处勾选使用程序代码$newimg='[!--newstime--]';if(time()-$r[newstime]<=1*24*3600){$newimg='<FONT color=red>[!--newstime-……

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