diff options
Diffstat (limited to 'views/default/list.php')
-rwxr-xr-x | views/default/list.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/views/default/list.php b/views/default/list.php deleted file mode 100755 index a5b10465e..000000000 --- a/views/default/list.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php -$page_owner = page_owner_entity(); -$offset = get_input('offset', 0); - -$options = Array( - 'type' => 'object', - 'subtype' => 'livestream', - 'container_guids' => Array($page_owner->guid), - 'offset' => $offset, - 'limit' => 4 -); - -echo elgg_list_entities($options); - -?>
\ No newline at end of file |