BcBaserHelper::title PHP Method

title() public method

タイトルタグを出力する
public title ( string $separator = '|', string $categoryTitleOn = null ) : void
$separator string 区切り文字
$categoryTitleOn string カテゴリを表示するかどうか boolean で指定
return void
    public function title($separator = '|', $categoryTitleOn = null)
    {
        echo '<title>' . strip_tags($this->getTitle($separator, $categoryTitleOn)) . "</title>\n";
    }