aboutsummaryrefslogtreecommitdiff
path: root/friends/collections.php
diff options
context:
space:
mode:
Diffstat (limited to 'friends/collections.php')
-rw-r--r--friends/collections.php22
1 files changed, 0 insertions, 22 deletions
diff --git a/friends/collections.php b/friends/collections.php
deleted file mode 100644
index 25ab98c4c..000000000
--- a/friends/collections.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-/**
- * Elgg collections of friends
- *
- * @package Elgg
- * @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
- */
-
-// You need to be logged in for this one
-gatekeeper();
-
-$title = elgg_echo('friends:collections');
-
-$content = elgg_view_title($title);
-
-$content .= elgg_view_access_collections(get_loggedin_userid());
-
-$body = elgg_view_layout('one_column_with_sidebar', $content);
-
-page_draw($title, $body);