From 33bb9b2098b3c2cfd79671f22e6443bd70846979 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 7 Mar 2008 19:05:34 +0000 Subject: Test plugin git-svn-id: https://code.elgg.org/elgg/trunk@112 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/test/start.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 mod/test/start.php (limited to 'mod/test/start.php') diff --git a/mod/test/start.php b/mod/test/start.php new file mode 100644 index 000000000..2eedf6431 --- /dev/null +++ b/mod/test/start.php @@ -0,0 +1,26 @@ +pluginspath . "test/views/"); + + } + + // Make sure test_init is called on initialisation + register_event_handler('init','system','test_init'); + +?> \ No newline at end of file -- cgit v1.2.3