mirror of
https://github.com/friendica/friendica
synced 2025-04-26 17:10:10 +00:00
Header removed in the contact area
This commit is contained in:
parent
fe900ac576
commit
06a4b0dc5e
7 changed files with 14 additions and 12 deletions
|
@ -129,13 +129,15 @@ function common_content(&$a) {
|
|||
$entries[] = $entry;
|
||||
}
|
||||
|
||||
if($cmd === 'loc' && $cid && $uid == local_user())
|
||||
if($cmd === 'loc' && $cid && $uid == local_user()) {
|
||||
$tab_str = contacts_tab($a, $cid, 4);
|
||||
} else
|
||||
$title = t('Common Friends');
|
||||
|
||||
$tpl = get_markup_template('viewcontact_template.tpl');
|
||||
|
||||
$o .= replace_macros($tpl,array(
|
||||
'$title' => t('Common Friends'),
|
||||
'$title' => $title,
|
||||
'$tab_str' => $tab_str,
|
||||
'$contacts' => $entries,
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue