From f343959dc964caa05d4763aabe230bb790f62757 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 18 Jan 2009 19:50:11 +0000 Subject: --- start.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 start.php (limited to 'start.php') diff --git a/start.php b/start.php new file mode 100644 index 000000000..03c0c00d2 --- /dev/null +++ b/start.php @@ -0,0 +1,22 @@ +pluginspath . '/simplepie/simplepie.inc'; + } + + add_widget_type('feed_reader', 'Feed Reader Widget', 'single feed'); + } + + register_elgg_event_handler('plugins_boot', 'system', 'simplepie_init'); +?> -- cgit v1.2.3