関数リファレンス/BcBaser contentsTitle
提供: baserCMS公式ガイド
目次
説明
コンテンツのタイトルを出力します。
$this->BcBaser->title()では、サイト名やカテゴリ名等を含んだタイトルがtitleタグとして出力されますが、$this->BcBaser->contentsTitle()では、そのコンテンツページのタイトルのみが出力されます。
使い方
$this->BcBaser->contentsTitle();
用例
基本
コード
<?php $this->BcBaser->contentsTitle(); ?>
出力
コンテンツページのタイトル