X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fprofile.php;h=c8cfc4edddd969aa98668582e059286495675c1a;hb=72b20a6eb104744a2bc64e72d35fe4ec1cc36660;hp=07c5357ff8026bfc3c3770b979ab931c83b7bba9;hpb=d8d6f9adbd8a88d5db77dbdee07d7210651620bc;p=friendica.git diff --git a/mod/profile.php b/mod/profile.php index 07c5357ff8..c8cfc4eddd 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -106,7 +106,8 @@ function profile_content(&$a, $update = false) { $tpl = file_get_contents('view/profile_tabs.tpl'); $o .= replace_macros($tpl,array( - '$url' => $a->get_baseurl() . '/' . $a->cmd + '$url' => $a->get_baseurl() . '/' . $a->cmd, + '$phototab' => $a->get_baseurl() . '/photos/' . $a->profile['nickname'] ));