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