typo
This commit is contained in:
parent
64e92f34d9
commit
d71db3e064
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
));
|
||||
|
|
Loading…
Reference in a new issue