wwwroot . "mod/test/",array( menu_item("Main test plugin page",$CONFIG->wwwroot."mod/test/"), )); } // Make sure test_init is called on initialisation register_event_handler('init','system','test_init'); global $CONFIG; register_action('banana',true,"mod/test/banana.php"); ?>