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

织梦/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时间  

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/8243f19b7b52ffc4b83bfadb615fcd3f.html