diff options
Diffstat (limited to 'views/rss/extensions')
-rw-r--r-- | views/rss/extensions/photos/xmlns.php | 9 | ||||
-rw-r--r-- | views/rss/extensions/tidypics/channel.php | 1 | ||||
-rw-r--r-- | views/rss/extensions/tidypics/xmlns.php | 1 |
3 files changed, 9 insertions, 2 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 diff --git a/views/rss/extensions/tidypics/channel.php b/views/rss/extensions/tidypics/channel.php deleted file mode 100644 index 8b620d15d..000000000 --- a/views/rss/extensions/tidypics/channel.php +++ /dev/null @@ -1 +0,0 @@ -<description />
\ No newline at end of file diff --git a/views/rss/extensions/tidypics/xmlns.php b/views/rss/extensions/tidypics/xmlns.php deleted file mode 100644 index cb9646dcb..000000000 --- a/views/rss/extensions/tidypics/xmlns.php +++ /dev/null @@ -1 +0,0 @@ - xmlns:media="http://search.yahoo.com/mrss/"
\ No newline at end of file |