From f37e894f9c722f4c7f17d1f3e655e8584da1e4b9 Mon Sep 17 00:00:00 2001 From: icewing Date: Fri, 28 Mar 2008 18:23:39 +0000 Subject: Marcus Povey * Export test git-svn-id: https://code.elgg.org/elgg/trunk@288 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/exporttest/start.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mod/exporttest/start.php (limited to 'mod/exporttest/start.php') diff --git a/mod/exporttest/start.php b/mod/exporttest/start.php new file mode 100644 index 000000000..d25e5c06d --- /dev/null +++ b/mod/exporttest/start.php @@ -0,0 +1,15 @@ +wwwroot . "mod/exporttest/",array( + menu_item("The GUID Exporter",$CONFIG->wwwroot."mod/exporttest/"), + )); + } + + + // Make sure test_init is called on initialisation + register_event_handler('init','system','exporttest_init'); +?> \ No newline at end of file -- cgit v1.2.3