From a161b38e65fa698133402f4fb23548242f494018 Mon Sep 17 00:00:00 2001 From: Dave Tosh Date: Tue, 23 Mar 2010 17:30:14 +0000 Subject: This videolist plugin shows real promise so we shall work on it for v1.8 then release it back to the community. --- views/rss/videolist/videolist.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 views/rss/videolist/videolist.php (limited to 'views/rss/videolist/videolist.php') diff --git a/views/rss/videolist/videolist.php b/views/rss/videolist/videolist.php new file mode 100644 index 000000000..f88300d98 --- /dev/null +++ b/views/rss/videolist/videolist.php @@ -0,0 +1,17 @@ + + * @copyright Prateek Choudhary + */ + + if ($foreach = get_entities('object','',$vars['entity']->guid)) { + foreach($foreach as $videos) + echo elgg_view_entity($videos); + } + +?> -- cgit v1.2.3