Small tweak to the default template.
[elgg.git] / _friends / index.php
blobd187228e717d5ac9b58e47ddd5b89a40786e0756
1 <?php
3 // ELGG manage friends and groups page
5 // Run includes
6 require("../includes.php");
8 // Initialise functions for user details, icon management and profile management
9 run("userdetails:init");
10 run("profile:init");
11 run("friends:init");
13 define("context", "network");
15 // Whose friends are we looking at?
16 global $page_owner;
18 // You must be logged on to view this!
19 // protect(1);
20 templates_page_setup();
21 $title = run("profile:display:name") . " :: ". gettext("Friends I have linked to");
23 echo templates_page_draw( array(
24 $title, run("friends:editpage")