From 6aaa89ba29640f72280d3e59e3dab42651a2d885 Mon Sep 17 00:00:00 2001 From: icewing Date: Wed, 2 Apr 2008 22:53:55 +0000 Subject: Marcus Povey * End of day git-svn-id: https://code.elgg.org/elgg/trunk@377 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/guidbrowser/start.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 mod/guidbrowser/start.php (limited to 'mod/guidbrowser/start.php') diff --git a/mod/guidbrowser/start.php b/mod/guidbrowser/start.php new file mode 100644 index 000000000..e5a08f02e --- /dev/null +++ b/mod/guidbrowser/start.php @@ -0,0 +1,25 @@ +pluginspath . "guidbrowser/languages/"); + add_menu("GUID Browser",$CONFIG->wwwroot . "mod/tasklist/",array( + menu_item("The GUID browser",$CONFIG->wwwroot."mod/guidbrowser/"), + )); + } + + function guidbrowser_displayentity($entity) + { + // display summary + // display full on clickdown + } + + function guidbrowser_display($offset = 0, $limit = 10, $type = "", $subtype = "") + { + + } + + + // Make sure test_init is called on initialisation + register_event_handler('init','system','guidbrowser_init'); +?> \ No newline at end of file -- cgit v1.2.3