From dd2b918ab71c2ed0c05375fafed588146e48c4de Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 19 May 2010 17:00:29 +0000 Subject: The Externalpages plugin is now Site Pages. Removing old plugin. git-svn-id: http://code.elgg.org/elgg/trunk@6097 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/externalpages/start.php | 77 --------------------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 mod/externalpages/start.php (limited to 'mod/externalpages/start.php') diff --git a/mod/externalpages/start.php b/mod/externalpages/start.php deleted file mode 100644 index 9f3f494bc..000000000 --- a/mod/externalpages/start.php +++ /dev/null @@ -1,77 +0,0 @@ -wwwroot . 'pg/expages/'); - } -} - -function expages_url($expage) { - - global $CONFIG; - return $CONFIG->url . "pg/expages/"; - -} - - -function expages_page_handler($page) -{ - global $CONFIG; - - if ($page[0]) - { - switch ($page[0]) - { - case "read": set_input('expages',$page[1]); - include(dirname(__FILE__) . "/read.php"); - break; - default : include($CONFIG->pluginspath . "externalpages/index.php"); - } - } - else - include($CONFIG->pluginspath . "externalpages/index.php"); -} - -// Initialise log browser -register_elgg_event_handler('init','system','expages_init'); -register_elgg_event_handler('pagesetup','system','expages_pagesetup'); - -// Register actions - global $CONFIG; - register_action("expages/add",false,$CONFIG->pluginspath . "externalpages/actions/add.php"); - //register_action("expages/addfront",false,$CONFIG->pluginspath . "externalpages/actions/addfront.php"); - register_action("expages/edit",false,$CONFIG->pluginspath . "externalpages/actions/edit.php"); - register_action("expages/delete",false,$CONFIG->pluginspath . "externalpages/actions/delete.php"); - -?> \ No newline at end of file -- cgit v1.2.3