aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2009-01-18 20:07:07 +0000
committercash <cash.costello@gmail.com>2009-01-18 20:07:07 +0000
commitb1e8d8e80bbf7e46cb36dd441ec66c6c7cc56a46 (patch)
tree6f8e018729087a6140a782dcb504ed54c49a902e /start.php
parent5a003c4da2ee4af907edcffb8de210d9b3e92d7c (diff)
downloadelgg-b1e8d8e80bbf7e46cb36dd441ec66c6c7cc56a46.tar.gz
elgg-b1e8d8e80bbf7e46cb36dd441ec66c6c7cc56a46.tar.bz2
moved library include to view
Diffstat (limited to 'start.php')
-rw-r--r--start.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/start.php b/start.php
index 03c0c00d2..44f259ace 100644
--- a/start.php
+++ b/start.php
@@ -7,14 +7,7 @@
**/
function simplepie_init()
- {
- global $CONFIG;
-
- if (!class_exists('SimplePie'))
- {
- require_once $CONFIG->pluginspath . '/simplepie/simplepie.inc';
- }
-
+ {
add_widget_type('feed_reader', 'Feed Reader Widget', 'single feed');
}