aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/start.php b/start.php
deleted file mode 100644
index 12acb74f9..000000000
--- a/start.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-/**
-* Simplepie Plugin
-*
-* Loads the simplepie feed parser library and provides a widget
-**/
-
-function simplepie_init() {
- add_widget_type('feed_reader', elgg_echo('simplepie:widget'), elgg_echo('simplepie:description'));
- elgg_extend_view('css', 'feed_reader/css');
-}
-
-register_elgg_event_handler('plugins_boot', 'system', 'simplepie_init');
-