another template down

This commit is contained in:
Friendika 2011-03-21 04:10:08 -07:00
parent 82bd1ce3cb
commit 94cbf3bb80
9 changed files with 16 additions and 32 deletions

View 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')
));