Header removed in the contact area
This commit is contained in:
parent
fe900ac576
commit
06a4b0dc5e
7 changed files with 14 additions and 12 deletions
|
|
@ -84,7 +84,7 @@ function allfriends_content(&$a) {
|
|||
$tpl = get_markup_template('viewcontact_template.tpl');
|
||||
|
||||
$o .= replace_macros($tpl,array(
|
||||
'$title' => sprintf( t('Friends of %s'), htmlentities($c[0]['name'])),
|
||||
//'$title' => sprintf( t('Friends of %s'), htmlentities($c[0]['name'])),
|
||||
'$tab_str' => $tab_str,
|
||||
'$contacts' => $entries,
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue