예제 #1
0
 function batch()
 {
     JRequest::setVar('view', 'uploadbatch');
     JRequest::setVar('hidemainmenu', 1);
     //$model 	= $this->getModel('video');
     $user =& JFactory::getUser();
     parent::display();
 }
 /**
  * Logic to create the view for the edit categoryscreen
  *
  * @access public
  * @return void
  * @since 0.9
  */
 function edit()
 {
     JRequest::setVar('view', 'category');
     JRequest::setVar('hidemainmenu', 1);
     $model = $this->getModel('category');
     $user =& JFactory::getUser();
     parent::display();
 }