aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/start.php b/start.php
index dd58a6ac5..5f138ff4d 100644
--- a/start.php
+++ b/start.php
@@ -9,6 +9,8 @@
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');