コード例 #1
0
ファイル: controller.php プロジェクト: AxelFG/ckbran-inf
 /**
  * Display information
  *
  */
 function display()
 {
     $task = $this->getTask();
     $view = JRequest::getVar('view', '');
     if (!$view) {
         JRequest::setVar('view', 'tickets');
     }
     parent::display();
     HelpdeskProHelper::addSubmenus(JRequest::getVar('view', 'plans'));
     HelpdeskProHelper::displayCopyRight();
 }
コード例 #2
0
ファイル: help.php プロジェクト: naka211/compac
 /**
  * Standard display control structure
  * 
  */
 function display($cachable = false, $urlparams = array())
 {
     $this->view = $this->getView("help");
     parent::display();
 }
コード例 #3
0
ファイル: help.php プロジェクト: fur81/zofaxiopeu
 /**
  * Standard display control structure
  * 
  */
 function display()
 {
     $this->view = $this->getView("help");
     parent::display();
 }
コード例 #4
0
ファイル: cpanel.php プロジェクト: fur81/zofaxiopeu
 /**
  * Standard display control structure
  * 
  */
 function display()
 {
     $this->view = $this->getView('cpanel');
     parent::display();
 }