예제 #1
0
 function loadBody()
 {
     include dirname(__FILE__) . '/../modules/amanmenu/amanmenu.php';
     manmenuDispatch($GLOBALS['op']);
 }
예제 #2
0
 function loadBody()
 {
     include _lms_ . '/modules/' . $this->module_name . '/' . $this->module_name . '.php';
     manmenuDispatch($GLOBALS['op']);
 }