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/contentwrapper.php | 15 +++++++++++++++ views/rss/videolist/videolist.php | 17 +++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 views/rss/videolist/contentwrapper.php create mode 100644 views/rss/videolist/videolist.php (limited to 'views/rss/videolist') diff --git a/views/rss/videolist/contentwrapper.php b/views/rss/videolist/contentwrapper.php new file mode 100644 index 000000000..b967ab371 --- /dev/null +++ b/views/rss/videolist/contentwrapper.php @@ -0,0 +1,15 @@ + + * @copyright Prateek Choudhary + */ + + + echo $vars['body']; + +?> 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