首页 > 网站 > 建站经验 > 正文

dedecms runphp标签实现 24小时内发布的文章时间加红

2024-04-25 20:35:11
字体:
来源:转载
供稿:网友

dedecms runphp标签实现 24小时内发布的文章时间加红

[field:pubdate runphp='yes']

$a="<font color=red>".strftime('%m-%d',@me)."</font>";

$b=strftime('%m-%d',@me);

$ntime = time();

$day3 = 3600 * 24;

if(($ntime - @me) < $day3) @me = $a;

else @me =$b;

[/field:pubdate]

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表