aboutsummaryrefslogtreecommitdiff
path: root/pages/world.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/world.php')
-rw-r--r--pages/world.php26
1 files changed, 0 insertions, 26 deletions
diff --git a/pages/world.php b/pages/world.php
deleted file mode 100644
index 514fd058c..000000000
--- a/pages/world.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
- /**
- * Tidypics View All Albums on Site
- *
- */
-
- include_once dirname(dirname(dirname(dirname(__FILE__)))) . "/engine/start.php";
-
- $num_albums = 16;
-
- $title = elgg_echo('album:all');
-
- set_context('photos');
- $area2 = elgg_view_title($title);
-
- set_context('search');
- set_input('search_viewtype', 'gallery');
- $albums_html .= list_entities('object','album', 0, $num_albums, false);
-
-
- $area2 .= $albums_html;
-
- $body = elgg_view_layout('two_column_left_sidebar', '', $area2);
-
- page_draw($title, $body);
-?> \ No newline at end of file