帝国CMS内容模板 如何调用内容发布时间?
方法1:标签调用
[!--newstime--]
方法2:$navinfor变量
$navinfor[newstime]
tips:在内容页输出$navinfor变量,需要结合php简写标签,如:
<?=date('Y-m-d',$navinfor[newstime])?>T<?=date('H:i:s',$navinfor[newstime])?>
帝国CMS内容模板 如何调用内容发布时间?
方法1:标签调用
[!--newstime--]
方法2:$navinfor变量
$navinfor[newstime]
tips:在内容页输出$navinfor变量,需要结合php简写标签,如:
<?=date('Y-m-d',$navinfor[newstime])?>T<?=date('H:i:s',$navinfor[newstime])?>