只限5.5的版本5.3的没看过,目录地址 /include/arc.archives.class.php 查找:arc.money,arc.filename, 在后面添加arc.litpic, 查找:$this-PreNext[
只限5.5的版本5.3的没看过
目录地址:/include/arc.archives.class.php
查找:arc.money,arc.filename, 在后面添加arc.litpic,
查找:$this->PreNext[‘pre’] = “上一篇:{$preRow[‘title’]} “;
替换:〔上一篇〕
if(empty($preRow[‘litpic’]))
{
$this->PreNext[‘pre’] = “上一篇:{$preRow[‘title’]} “;
}else{
$preimage = str_replace(‘/photo-img’, ‘http://images.jiaju123.com’,trim($preRow[‘litpic’]));
$this->PreNext[‘pre’] = “
上一篇:{$preRow[‘title’]}
织梦内容管理系统
“;}
查找:$this->PreNext[‘next’] = “下一篇:{$nextRow[‘title’]} “;
替换:if(empty($nextRow[‘litpic’]))
{
$this->PreNext[‘next’] = “下一篇:{$nextRow[‘title’]} “;
}else{
$nextimage = str_replace(‘/photo-img’, ‘http://images.jiaju123.com’,trim($nextRow[‘litpic’]));
$this->PreNext[‘next’] = “
下一篇:{$nextRow[‘title’]}
“; DedeCMS.com}