個人用ツール

関数リファレンス/title

提供: baserCMS公式ガイド

移動: 案内, 検索

説明

タイトルタグを出力する

使い方

$this->BcBaser->title($separator , $categoryTitleOn );

パラメーター

(string)$separator 区切り文字 (例)$separator = '|'

(string)$categoryTitleOn カテゴリを表示するかどうか boolean で指定

用例

基本

コード

<?php $this->BcBaser->title($separator = '|' , $categoryTitleOn = null ) ?>

出力

<title>サンプルタイトル | サンプル株式会社</title>

応用

コード

 

出力

変更履歴

ソースファイル

関連資料