]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile.php
profile match
[friendica.git] / mod / profile.php
index 82a84c39ed99a529e0e809199c816f360774d5a1..4b5f92a1fc0614ae49396918f03d5d6a6d3bbfee 100644 (file)
@@ -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')
                ));