generalise wallwall template and fix "via wall-to-wall" float
This commit is contained in:
@@ -412,7 +412,11 @@ function network_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'),
|
||||
'$olinktitle' => t('View $owner_name\'s profile'),
|
||||
'$to' => t('to'),
|
||||
'$wall' => t('Wall-to-Wall'),
|
||||
'$vwall' => t('via Wall-To-Wall:'),
|
||||
'$profile_url' => $profile_link,
|
||||
'$name' => $profile_name,
|
||||
'$thumb' => $profile_avatar,
|
||||
|
||||
Reference in New Issue
Block a user