DEDE 24小时内发布的信息日期为红色

 更新时间:2008年08月31日 21:21:05   作者:  
主要是学习他的思路,以后我们就能很方便的增加功能了
[field:pubdate runphp='yes']
$a="<font color='#ff0000'>";
$d="<font color='#858585'>";
$b="</font>";
$c=strftime("%m月%d日","@me");
$ntime = time();
$oneday = 3600 * 24;
if(($ntime - @me)<$oneday) @me = $a.$c.$b;
else @me = $d.$c.$b;
[/field:pubdate]

相关文章

最新评论