コード例 #1
0
ファイル: Head.php プロジェクト: hettema/Stages
 /**
  *
  * @return string get meta keywords 
  */
 public function getKeywords()
 {
     if (empty($this->_data['keywords'])) {
         $this->_data['keywords'] = App_Main::getDefaultKeywords();
     }
     return $this->_data['keywords'];
 }