aboutsummaryrefslogtreecommitdiff
path: root/views/rss/tidypics/gallery.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/rss/tidypics/gallery.php')
-rw-r--r--views/rss/tidypics/gallery.php16
1 files changed, 0 insertions, 16 deletions
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);
- }
-}