BcBaserHelper::metaKeywords PHP 메소드

metaKeywords() 공개 메소드

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