wallwall oddities on display page
This commit is contained in:
parent
68731a2c39
commit
a4836ac1ba
4 changed files with 8 additions and 3 deletions
|
@ -240,9 +240,9 @@ function conversation(&$a, $items, $mode, $update) {
|
|||
|
||||
if($item['type'] === 'wall') {
|
||||
// I do. Put me on the left of the wall-to-wall notice.
|
||||
$owner_url = $a->contact['url'];
|
||||
$owner_photo = $a->contact['thumb'];
|
||||
$owner_name = $a->contact['name'];
|
||||
$owner_url = $a->page_contact['url'];
|
||||
$owner_photo = $a->page_contact['thumb'];
|
||||
$owner_name = $a->page_contact['name'];
|
||||
$template = $wallwall;
|
||||
$commentww = 'ww';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue