当前目录:帝国CMS教程

帝国cms替换内容字段

帝国CMS教程 2025-04-03 15:19:17

帝国替换内容字段,方内容模板就可以实现d目录自动加网址了,为了防止移动端不显示的问题。 替换标题图片的时候只需要吧newstext改一下即可。
<?php
    $content = $navinfor[newstext];
    $str= str_replace("/d/file/","https://www.molingge.com/d/file/",$content);
    echo $str;
?>

帝国cms替换内容字段