Пример #1
0
 /**
  * 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
 /**
  * Standard display control structure
  * 
  */
 function display($cachable = false, $urlparams = array())
 {
     $this->view = $this->getView("help");
     parent::display();
 }
Пример #3
0
 /**
  * Standard display control structure
  * 
  */
 function display()
 {
     $this->view = $this->getView("help");
     parent::display();
 }
Пример #4
0
 /**
  * Standard display control structure
  * 
  */
 function display()
 {
     $this->view = $this->getView('cpanel');
     parent::display();
 }