Пример #1
0
 function display()
 {
     if (!JRequest::getCmd('view')) {
         JRequest::setVar('view', 'comment');
     }
     parent::display();
 }
Пример #2
0
 function display($cachable = false, $urlparams = false)
 {
     if (!JRequest::get('view')) {
         $this->input->set('view', 'category');
     }
     parent::display($cachable, $urlparams);
 }
Пример #3
0
 function display($cachable = false, $urlparams = false)
 {
     if (!JFactory::getApplication()->input->get('view')) {
         JRequest::setVar('view', 'comment');
     }
     parent::display($cachable, $urlparams);
 }
Пример #4
0
 function display()
 {
     if (!JFactory::getApplication()->input->get('view')) {
         JRequest::setVar('view', 'comment');
     }
     parent::display();
 }
Пример #5
0
 function display()
 {
     if (!JRequest::get('view')) {
         $this->input->set('view', 'category');
     }
     parent::display();
 }