Beispiel #1
0
 /**
  * Display the config screen
  */
 function display()
 {
     //force the component template
     BabioonRequest::setVar('tmpl', 'component');
     require_once dirname(__FILE__) . DS . 'view.php';
     BabioonRequest::setVar('view', 'config');
     BabioonViewConfig::display();
 }