分 类: pbootcms教程
统 计: 共 212 次获取
创建时间: 2024-03-21 14:29:35
$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); |