给织梦模板文章页面的上一篇下一篇增加文章摘要的功能

织梦教程 强烈建议 2024-02-06 13:26 145 0
  if(is_array($preRow))   {   $mlink=GetFileUrl($preRow['id'],$preRow['typeid'],$preRow['senddate'],$preRow['title'],$preRow['ismake'],$preRow['arcrank'],   $preRow['namerule'],$preRow['typedir'],$preRow['money'],$preRow['filename'],$preRow['moresite'],$preRow['siteurl'],$preRow['sitepath']);   $this->PreNext['pre']="上一篇:{$preRow['title']}
{$preRow['description']}
";   $this->PreNext['preimg']="给织梦模板文章页面的上一篇下一篇增加文章摘要的功能
{$preRow['description']}
";   }   else   {   $this->PreNext['pre']="上一篇:没有了 ";   $this->PreNext['preimg']="给织梦模板文章页面的上一篇下一篇增加文章摘要的功能";   }   if(is_array($nextRow))   {   $mlink=GetFileUrl($nextRow['id'],$nextRow['typeid'],$nextRow['senddate'],$nextRow['title'],$nextRow['ismake'],$nextRow['arcrank'],   $nextRow['namerule'],$nextRow['typedir'],$nextRow['money'],$nextRow['filename'],$nextRow['moresite'],$nextRow['siteurl'],$nextRow['sitepath']);   $this->PreNext['next']="下一篇:{$nextRow['title']}
{$preRow['description']}
";   $this->PreNext['nextimg']="给织梦模板文章页面的上一篇下一篇增加文章摘要的功能
{$preRow['description']}
";   }   else   {   $this->PreNext['next']="下一篇:没有了 ";   $this->PreNext['nextimg']="给织梦模板文章页面的上一篇下一篇增加文章摘要的功能";   }   }

时间:(2024-02-06 13:26:32)
本站资源均来自互联网或会员发布,如果不小心侵犯了您的权益请与我们联系。我们将立即删除!谢谢!