X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofile.php;h=0e9bb6ff61ef33d56d9de0eb01aadfc05cfe1173;hb=2d83a1a9af0d6b132384aa770875f0be46b7914a;hp=c0321e620e4e3f588c86f43550c96885226898c2;hpb=b9bbe0cec290e9d5c3363ff272aa89de4716345d;p=friendica.git diff --git a/mod/profile.php b/mod/profile.php index c0321e620e..0e9bb6ff61 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -103,7 +103,11 @@ function profile_content(&$a) { if(x($_GET,'tab')) $tab = notags(trim($_GET['tab'])); -// $tpl = file_get_contents('view/profile_tabs.tpl'); + $tpl = file_get_contents('view/profile_tabs.tpl'); + + $o .= replace_macros($tpl,array( + '$url' => $a->get_baseurl() . '/' . $a->cmd + )); if(remote_user())