diff options
author | Sem <sembrestels@riseup.net> | 2011-11-10 21:51:56 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2011-11-10 21:51:56 +0100 |
commit | 614c1203c7ddd6108c24b6114d3278089fa70633 (patch) | |
tree | 9472012c0404c811b3b14ac8ee851cd1bf59549e /views/rss/videolist/videolist.php | |
parent | 643951237699a76a6af0f3058c81905e38aa6194 (diff) | |
download | elgg-614c1203c7ddd6108c24b6114d3278089fa70633.tar.gz elgg-614c1203c7ddd6108c24b6114d3278089fa70633.tar.bz2 |
Video embedded on RSS.
Diffstat (limited to 'views/rss/videolist/videolist.php')
-rw-r--r-- | views/rss/videolist/videolist.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/views/rss/videolist/videolist.php b/views/rss/videolist/videolist.php deleted file mode 100644 index 7745b070b..000000000 --- a/views/rss/videolist/videolist.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php - /** - * Elgg Videolist Plugin - * This plugin allows users to create a library of youtube videos - * - * @package ElggProfile - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Prateek Choudhary <synapticfield@gmail.com> - * @copyright Prateek Choudhary - */ - - if ($foreach = elgg_get_entities(array('types' => 'object', 'subtypes' => 'videolist'))) { - foreach($foreach as $videos) - echo elgg_view_entity($videos); - } - -?> |