Ejemplo n.º 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();
 }