aboutsummaryrefslogtreecommitdiff
path: root/views/default/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/list.php')
-rwxr-xr-xviews/default/list.php15
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