帝国CMS教程
首页>帝国CMS教程

内容页或灵动标签支持标题属性

来源:帝国CMS模板网 作者:帝国CMS教程 时间:2014-09-21
浏览:5.2千+ 收藏 点赞(45)

内容页:

<?=DoTitleFont($navinfor[titlefont],$navinfor[title])?>

灵动标签:

<?=DoTitleFont($bqr[titlefont],$bqr[title])?>

标题截取字数+标题属性:

<?=DoTitleFont($bqr[titlefont],esub($bqr[title],32,'...'))?>
帝国CMS模板