Copyright @ 2015-2024 织梦园 版权所有 Power by DedeCms
鲁ICP备15039853号-2

模板标签 TAG标签 网站地图 XML地图 今日更新 返回顶部
$content = str_replace('{pboot:pagetitle}', $pagetitle . '-{pboot:sitetitle}-{pboot:sitesubtitle}', $content); // 列表页这段代码修改成以下 $content = str_replace('{pboot:pagetitle}', $pagetitle . '-{pboot:sitetitle}', $content); |
$content = str_replace('{pboot:pagetitle}', '{content:title}-{sort:name}-{pboot:sitesubtitle}', $content); // 详情页这段代码改成以下 $content = str_replace('{pboot:pagetitle}', '{content:title}-{pboot:sitetitle}', $content); |
$content = str_replace('{pboot:pagetitle}', $pagetitle . '-{pboot:sitetitle}-{pboot:sitesubtitle}', $content); // 单页页这段代码改成以下 $content = str_replace('{pboot:pagetitle}', $pagetitle . '-{pboot:sitetitle}', $content); |