diff options
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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');
}
|