BcBaserHelper::metaKeywords PHP Method

metaKeywords() public method

キーワード用のメタタグを出力する
public metaKeywords ( ) : void
return void
    public function metaKeywords()
    {
        echo $this->BcHtml->meta('keywords', $this->getkeywords()) . "\n";
    }