mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
string extraction
This commit is contained in:
parent
b11963f9ac
commit
2d80c601df
2 changed files with 2 additions and 1 deletions
|
@ -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']
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue