using old structures
This commit is contained in:
parent
ca08f13683
commit
8b278db05c
@ -61,9 +61,9 @@ function common_content(&$a) {
|
|||||||
|
|
||||||
foreach($r as $rr) {
|
foreach($r as $rr) {
|
||||||
$o .= replace_macros($tpl,array(
|
$o .= replace_macros($tpl,array(
|
||||||
'$url' => $rr['url'],
|
'$url' => $rr['xchan_url'],
|
||||||
'$name' => $rr['name'],
|
'$name' => $rr['xchan_name'],
|
||||||
'$photo' => $rr['photo'],
|
'$photo' => $rr['xchan_photo_m'],
|
||||||
'$tags' => ''
|
'$tags' => ''
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user