runObservers(true); require_once(e_ADMIN."auth.php"); /* * Send page content */ e107::getAdminUI()->runPage(); require_once(e_ADMIN."footer.php"); /* OBSOLETE - see admin_shortcodes::sc_admin_menu() function admin_config_adminmenu() { //global $rp; //$rp->show_options(); e107::getRegistry('admin/release_dispatcher')->renderMenu(); } */ /* OBSOLETE - done within header.php function headerjs() // needed for the checkboxes - how can we remove the need to duplicate this code? { return e107::getAdminUI()->getHeader(); } */ ?>