aboutsummaryrefslogtreecommitdiff
path: root/mod/widgettest/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/widgettest/start.php')
-rw-r--r--mod/widgettest/start.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/mod/widgettest/start.php b/mod/widgettest/start.php
deleted file mode 100644
index b02423b66..000000000
--- a/mod/widgettest/start.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
- // TEMPORARY!
-
- function widgettest_init() {
-
- add_widget_type('widgettest',"Test widget!","This is a test widget.");
-
- }
-
- register_elgg_event_handler('init','system','widgettest_init');
-
-?> \ No newline at end of file