Example #1
0
 /**
  * Get the current page keywords
  *
  * @return string Keywords for the current page
  *
  */
 public function getKeywords()
 {
     if ($this->currentPage) {
         return $this->currentPage->getKeywords();
     }
     return '';
 }