aboutsummaryrefslogtreecommitdiff
path: root/mod/friends/collections.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/friends/collections.php')
-rw-r--r--mod/friends/collections.php29
1 files changed, 0 insertions, 29 deletions
diff --git a/mod/friends/collections.php b/mod/friends/collections.php
deleted file mode 100644
index f80eea55c..000000000
--- a/mod/friends/collections.php
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
-
- /**
- * Elgg collections of friends
- *
- * @package ElggFriends
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
- */
-
- // Start engine
- require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
-
- // You need to be logged in for this one
- gatekeeper();
-
- $area1 = elgg_view_title(elgg_echo('friends:new'));
-
- $area2 = elgg_view_access_collections($_SESSION['user']->getGUID());
-
- // Format page
- $body = elgg_view_layout('two_column_left_sidebar',$area1, $area2);
-
- // Draw it
- page_draw(elgg_echo('friends:add'),$body);
-
-?> \ No newline at end of file