This commit is contained in:
Friendika 2011-03-21 15:12:40 -07:00
parent 64e92f34d9
commit d71db3e064
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ 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'],
'$status' => t('Status')
'$status' => t('Status'),
'$profile' => t('Profile'),
'$photos' => t('Photos')
));