diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-26 16:35:25 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-11-26 16:35:25 -0500 |
commit | ca5a35607dfb277cecba120ce27eece7c59f270a (patch) | |
tree | 301e5b6fb94a2521f18ce926e69e659fe4e4fa54 /views/rss/extensions/photos | |
parent | 22afb49f30fc9bcd6be84f734e89a9b644f2fb0f (diff) | |
download | elgg-ca5a35607dfb277cecba120ce27eece7c59f270a.tar.gz elgg-ca5a35607dfb277cecba120ce27eece7c59f270a.tar.bz2 |
fixed RSS feeds for Elgg 1.8
Diffstat (limited to 'views/rss/extensions/photos')
-rw-r--r-- | views/rss/extensions/photos/xmlns.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/views/rss/extensions/photos/xmlns.php b/views/rss/extensions/photos/xmlns.php new file mode 100644 index 000000000..67cf45133 --- /dev/null +++ b/views/rss/extensions/photos/xmlns.php @@ -0,0 +1,9 @@ +<?php +/** + * Support media files by adding a namespace + * + * @author Cash Costello + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2 + */ + +?> xmlns:media="http://search.yahoo.com/mrss/"
\ No newline at end of file |