From c1411ffc81908882edaace315c46e500419d2aba Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 26 Feb 2011 14:23:32 +0000 Subject: Refs #2982 adding and deleting friend collections works - editing does not git-svn-id: http://code.elgg.org/elgg/trunk@8490 36083f99-b078-4883-b0ff-0f9b5a30f544 --- pages/friends/collections/view.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pages/friends/collections/view.php (limited to 'pages/friends/collections/view.php') diff --git a/pages/friends/collections/view.php b/pages/friends/collections/view.php new file mode 100644 index 000000000..fa7527f4d --- /dev/null +++ b/pages/friends/collections/view.php @@ -0,0 +1,23 @@ + false, + 'content' => $content, + 'title' => $title, + 'context' => 'collections', +)); + +echo elgg_view_page($title, $body); -- cgit v1.2.3