mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:05:16 +02:00
generalise wallwall template and fix "via wall-to-wall" float
This commit is contained in:
parent
a247a3cedb
commit
c98ed12e10
12 changed files with 37 additions and 135 deletions
|
@ -360,7 +360,7 @@ function profile_content(&$a, $update = 0) {
|
|||
|
||||
$tmp_item = replace_macros($template,array(
|
||||
'$id' => $item['item_id'],
|
||||
'$title' => t('View $name\'s profile'),
|
||||
'$linktitle' => t('View $name\'s profile'),
|
||||
'$profile_url' => $profile_link,
|
||||
'$name' => $profile_name,
|
||||
'$thumb' => $profile_avatar,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue