From e9f261e51adcaa80429fe14b04ee277ab3124ce9 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 6 Aug 2009 14:17:37 +0000 Subject: removed all main plugins from core - they now live in the plugins svn git-svn-id: https://code.elgg.org/elgg/trunk@3422 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/start.php | 68 ------------------------------------------- 1 file changed, 68 deletions(-) delete mode 100644 mod/reportedcontent/start.php (limited to 'mod/reportedcontent/start.php') diff --git a/mod/reportedcontent/start.php b/mod/reportedcontent/start.php deleted file mode 100644 index 40678dd83..000000000 --- a/mod/reportedcontent/start.php +++ /dev/null @@ -1,68 +0,0 @@ -wwwroot . 'pg/reportedcontent/'); - } - } - - /** - * Reported content page handler - * - * @param array $page Array of page elements, forwarded by the page handling mechanism - */ - function reportedcontent_page_handler($page) - { - global $CONFIG; - - // only interested in one page for now - include($CONFIG->pluginspath . "reportedcontent/index.php"); - } - - - - // Initialise Reported Content - register_elgg_event_handler('init','system','reportedcontent_init'); - register_elgg_event_handler('pagesetup','system','reportedcontent_pagesetup'); - - //register action - register_action('reportedcontent/add',false,$CONFIG->pluginspath . "reportedcontent/actions/add.php"); - register_action('reportedcontent/delete',false,$CONFIG->pluginspath . "reportedcontent/actions/delete.php"); - register_action('reportedcontent/archive',false,$CONFIG->pluginspath . "reportedcontent/actions/archive.php"); - -?> \ No newline at end of file -- cgit v1.2.3