diff options
Diffstat (limited to 'views/rss/tidypics')
-rw-r--r-- | views/rss/tidypics/content_wrapper.php | 2 | ||||
-rw-r--r-- | views/rss/tidypics/gallery.php | 16 |
2 files changed, 0 insertions, 18 deletions
diff --git a/views/rss/tidypics/content_wrapper.php b/views/rss/tidypics/content_wrapper.php deleted file mode 100644 index 0b16f2357..000000000 --- a/views/rss/tidypics/content_wrapper.php +++ /dev/null @@ -1,2 +0,0 @@ -<?php -echo $vars['content']; diff --git a/views/rss/tidypics/gallery.php b/views/rss/tidypics/gallery.php deleted file mode 100644 index 0e90a8c44..000000000 --- a/views/rss/tidypics/gallery.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php -/** - * Tidypics Listing RSS View - */ - -$context = $vars['context']; -$entities = $vars['entities']; -$count = $vars['count']; -$baseurl = $vars['baseurl']; - - -if (is_array($entities) && sizeof($entities) > 0) { - foreach($entities as $entity) { - echo elgg_view_entity($entity); - } -} |