给织梦模板文章页面的上一篇下一篇增加文章摘要的功能
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']}
时间:(2024-02-06 13:26:32)
本站资源均来自互联网或会员发布,如果不小心侵犯了您的权益请与我们联系。我们将立即删除!谢谢!
{$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)
本站资源均来自互联网或会员发布,如果不小心侵犯了您的权益请与我们联系。我们将立即删除!谢谢!