5 $title = run("profile:display:name", $page_owner) . " :: ". __gettext("Friends who have linked to you") ."";
7 $body = run("content:friends:of:manage");
8 $body .= run("friends:of:edit",array($page_owner));
10 $body = templates_draw(array(
11 'context' => 'contentholder',