首页 > CMS > 织梦DEDE > 正文

织梦获取栏目和首页的时间的函数

2024-07-12 09:11:53
字体:
来源:转载
供稿:网友

在织梦/include/extend.func.php 文件 添加以下代码

//获取当前栏目的url时间function remote_filectime($url_file){       $headInf = get_headers($url_file,1);        $time= strtotime($headInf['Last-Modified']);   $timea = date('Y-m-d',$time).'T'.date('H:i:s',$time); return $timea;}

织梦获取栏目和首页的时间的函数

织梦调用方法

{dede:global.cfg_indexurl function='remote_filectime(@me)'/} //首页获取url时间{dede:type}[field:typelink function='remote_filectime(@me)'/]{/dede:type}//栏目页获取url时间

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