diff options
Diffstat (limited to 'mod/lightpics/views/rss/extensions')
-rw-r--r-- | mod/lightpics/views/rss/extensions/photos/xmlns.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mod/lightpics/views/rss/extensions/photos/xmlns.php b/mod/lightpics/views/rss/extensions/photos/xmlns.php new file mode 100644 index 000000000..67cf45133 --- /dev/null +++ b/mod/lightpics/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 |