aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-11-26 16:35:25 -0500
committerCash Costello <cash.costello@gmail.com>2011-11-26 16:35:25 -0500
commitca5a35607dfb277cecba120ce27eece7c59f270a (patch)
tree301e5b6fb94a2521f18ce926e69e659fe4e4fa54 /start.php
parent22afb49f30fc9bcd6be84f734e89a9b644f2fb0f (diff)
downloadelgg-ca5a35607dfb277cecba120ce27eece7c59f270a.tar.gz
elgg-ca5a35607dfb277cecba120ce27eece7c59f270a.tar.bz2
fixed RSS feeds for Elgg 1.8
Diffstat (limited to 'start.php')
-rw-r--r--start.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/start.php b/start.php
index f58e26e8c..817578607 100644
--- a/start.php
+++ b/start.php
@@ -51,11 +51,11 @@ function tidypics_init() {
elgg_register_widget_type('album_view', elgg_echo("tidypics:widget:albums"), elgg_echo("tidypics:widget:album_descr"), 'profile');
elgg_register_widget_type('latest_photos', elgg_echo("tidypics:widget:latest"), elgg_echo("tidypics:widget:latest_descr"), 'profile');
+ // RSS extensions for embedded media
+ elgg_extend_view('extensions/xmlns', 'extensions/photos/xmlns');
+
/*
- // rss extensions
- elgg_extend_view('extensions/xmlns', 'extensions/tidypics/xmlns');
- elgg_extend_view('extensions/channel', 'extensions/tidypics/channel');
// register for menus