Exemple #1
0
 /**
  * Hook for children views to allow them set the title.
  *
  * @param   string  $title	The title.
  *
  * @return void
  */
 protected function setTitle($title)
 {
     K2Response::setTitle(JText::_($title));
 }