typo
This commit is contained in:
parent
64e92f34d9
commit
d71db3e064
|
@ -99,7 +99,7 @@ function profile_content(&$a, $update = 0) {
|
||||||
$o .= replace_macros($tpl,array(
|
$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'],
|
'$phototab' => $a->get_baseurl() . '/photos/' . $a->profile['nickname'],
|
||||||
'$status' => t('Status')
|
'$status' => t('Status'),
|
||||||
'$profile' => t('Profile'),
|
'$profile' => t('Profile'),
|
||||||
'$photos' => t('Photos')
|
'$photos' => t('Photos')
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in a new issue