<?php
// 发布者内容显示逻辑
$author = $navinfor['username'];
if ($author == 'ydzypfb') {
echo '';
} else {
echo '
'.$navinfor['smalltext'].'
';
}
?>
<?php
// 文章内容处理
$newstext = stripslashes($navinfor['newstext']);
if(strstr($newstext,'
![]()
![[!--title--] [!--title--]]('.jhc_title2pic($navinfor).')
';
$newstext = preg_replace('##is',''.$img,$newstext,1);
}
echo $newstext;
?>