string extraction

This commit is contained in:
Friendika 2011-01-12 12:44:22 -08:00
parent b11963f9ac
commit 2d80c601df
2 changed files with 2 additions and 1 deletions

View file

@ -401,6 +401,7 @@ function profiles_content(&$a) {
$o .= replace_macros($template, array(
'$photo' => $rr['thumb'],
'$id' => $rr['id'],
'$alt' => t('Profile Image'),
'$profile_name' => $rr['profile-name']
));
}