wwwroot . "mod/notifications/"); } function notifications_plugin_init() { extend_view('css','notifications/css'); } register_elgg_event_handler('pagesetup','system','notifications_plugin_pagesetup',1000); register_elgg_event_handler('init','system','notifications_plugin_init'); // Register action global $CONFIG; register_action("notificationsettings/save",false,$CONFIG->pluginspath . "notifications/actions/save.php"); ?>