diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-28 13:22:18 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-28 13:22:18 +0000 |
commit | ec24309e01d00fd913071747839aece6f7a8d866 (patch) | |
tree | 64353da763f84b543688a2d36272328158539b49 /views/rss/extensions/tidypics | |
parent | ea636d9fbc60dbd54cd4f8ca271fd845361a2726 (diff) | |
download | elgg-ec24309e01d00fd913071747839aece6f7a8d866.tar.gz elgg-ec24309e01d00fd913071747839aece6f7a8d866.tar.bz2 |
new rss view of albums - includes yahoo media xmlns
Diffstat (limited to 'views/rss/extensions/tidypics')
-rw-r--r-- | views/rss/extensions/tidypics/channel.php | 1 | ||||
-rw-r--r-- | views/rss/extensions/tidypics/xmlns.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/views/rss/extensions/tidypics/channel.php b/views/rss/extensions/tidypics/channel.php new file mode 100644 index 000000000..8b620d15d --- /dev/null +++ b/views/rss/extensions/tidypics/channel.php @@ -0,0 +1 @@ +<description />
\ No newline at end of file diff --git a/views/rss/extensions/tidypics/xmlns.php b/views/rss/extensions/tidypics/xmlns.php new file mode 100644 index 000000000..cb9646dcb --- /dev/null +++ b/views/rss/extensions/tidypics/xmlns.php @@ -0,0 +1 @@ + xmlns:media="http://search.yahoo.com/mrss/"
\ No newline at end of file |