aboutsummaryrefslogtreecommitdiff
path: root/mod/river/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/river/start.php')
-rw-r--r--mod/river/start.php23
1 files changed, 0 insertions, 23 deletions
diff --git a/mod/river/start.php b/mod/river/start.php
deleted file mode 100644
index b9b48a251..000000000
--- a/mod/river/start.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
- /**
- * Elgg river plugin.
- * This function
- *
- * @package ElggRiver
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
- * @link http://elgg.com/
- */
-
- /**
- * Initialise the river system and add a widget.
- */
- function river_init()
- {
- add_widget_type('river_widget',elgg_echo('river:widget:title'), elgg_echo('river:widget:description'));
- add_widget_type('river_widget_friends',elgg_echo('river:widget:title:friends'), elgg_echo('river:widget:description:friends'));
- }
-
- register_elgg_event_handler('init','system','river_init');
-?> \ No newline at end of file