コード例 #1
0
ファイル: view.php プロジェクト: Naldo100/k2-v3-dev-build
 /**
  * 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));
 }