当前目录:帝国CMS教程

帝国cms图片插入到内容第一段后边 内容无分页使用

帝国CMS教程 2025-04-03 16:04:00

帝国cms图片插入到内容第一段后边 内容无分页使用

帝国cms图片插入到内容第一段后边 内容无分页使用

<?php
            $newstext=stripslashes($navinfor['newstext']);
            if(strstr($newstext,'<img ')===false){
                $img='<p style="text-align:center;"><img src="'.jhc_title2pic($navinfor).'" /></p>';
                $newstext=preg_replace('#</p>#is','</p>'.$img,$newstext,1);
            }
            echo $newstext;
            
            ?>