Fixing a small css issue in the user class.
[elgg.git] / _friends / index.php
blob2b7a29d5c18f24d3c8411c8e943a7da010624a8f
1 <?php
3 // ELGG manage friends and groups page
5 // Run includes
6 require_once(dirname(dirname(__FILE__))."/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")