/**
  * display the form
  * @return void
  */
 function display()
 {
     JRequest::setVar('view', 'content');
     parent::display();
 }
 /**
  * display the form
  * @return void
  */
 function display()
 {
     JRequest::setVar('view', 'delete');
     parent::display();
 }
 /**
  * display the form
  * @return void
  */
 function display()
 {
     JRequest::setVar('view', 'categories');
     parent::display();
 }
 /**
  * display the form
  * @return void
  */
 function display()
 {
     JRequest::setVar('view', 'sections');
     parent::display();
 }