帝国CMS:当天更新的日期显示红色其他颜色变成灰色

建站教程 阅读

当天更新的日期显示红色其他颜色变成灰色 

 

 <ul>

  [e:loop={0,10,3,0}]

<?php

$color="grey";

if(date("Y-m-d",$bqr[newstime])==date("Y-m-d"))

{

$color="red";

}

?>

 <li><FONT color=<?=$color?>><?=date('Y-m-d',$bqr[newstime])?></FONT> &nbsp;&nbsp; <a href="<?=$bqsr['titleurl']?>"><?=$bqr['title']?></a></li>

   [/e:loop]

  </ul>

 

或则 当天更新的“标题”显示红色其他颜色变成灰色 

 

 <ul>

  [e:loop={0,10,3,0}]

<?php

$color="grey";

if(date("Y-m-d",$bqr[newstime])==date("Y-m-d"))

{

$color="red";

}

?>

 <li><a href="<?=$bqsr['titleurl']?>"><FONT color=<?=$color?>><?=$bqr['title']?></FONT></a> &nbsp;&nbsp; <?=date('Y-m-d',$bqr[newstime])?></li>

   [/e:loop]

  </ul>

本文链接:https://niujc.com/com/1340999.html

栏目:建站教程
来源:
标签:ecms
时间:2022-06-19

晚上好!当前时间为
目前距离2023年春节还有
TOP