From 01435072dc7d9b46bc30a3216501684a72e716a1 Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 18 Mar 2011 01:31:22 +0000 Subject: Refs #3158 namespaced pages for bookmarks and thewire git-svn-id: http://code.elgg.org/elgg/trunk@8759 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/bookmarks/pages/all.php | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 mod/bookmarks/pages/all.php (limited to 'mod/bookmarks/pages/all.php') diff --git a/mod/bookmarks/pages/all.php b/mod/bookmarks/pages/all.php deleted file mode 100644 index 07ae5d327..000000000 --- a/mod/bookmarks/pages/all.php +++ /dev/null @@ -1,28 +0,0 @@ - 'object', - 'subtype' => 'bookmarks', - 'limit' => 10, - 'offset' => $offset, - 'full_view' => false, - 'view_toggle_type' => false -)); - -$title = elgg_echo('bookmarks:everyone'); - -$body = elgg_view_layout('content', array( - 'filter_context' => 'all', - 'content' => $content, - 'title' => $title -)); - -echo elgg_view_page($title, $body); \ No newline at end of file -- cgit v1.2.3