예제 #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'];
 }