X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofile.php;h=4b5f92a1fc0614ae49396918f03d5d6a6d3bbfee;hb=ee11a74d0b7cff5061a4d498f8ecd15e55b91b07;hp=82a84c39ed99a529e0e809199c816f360774d5a1;hpb=798c83b6aa3887622299ec4071c0d817953f3db9;p=friendica.git diff --git a/mod/profile.php b/mod/profile.php index 82a84c39ed..4b5f92a1fc 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -98,7 +98,10 @@ function profile_content(&$a, $update = 0) { $o .= replace_macros($tpl,array( '$url' => $a->get_baseurl() . '/' . $a->cmd, - '$phototab' => $a->get_baseurl() . '/photos/' . $a->profile['nickname'] + '$phototab' => $a->get_baseurl() . '/photos/' . $a->profile['nickname'], + '$status' => t('Status'), + '$profile' => t('Profile'), + '$photos' => t('Photos') ));