Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
}
if (DBA::isResult($parent)) {
- $page_uid = ($page_uid ?? 0) ?: $parent['uid'];
+ $page_uid = $page_uid ?? 0 ?: $parent['uid'];
$is_remote_contact = Session::getRemoteContactID($page_uid);
if ($is_remote_contact) {
$item_uid = $parent['uid'];
'$keywords_label'=> ''
]);
- DI::page()['aside'] = '';
DI::page()['aside'] = Widget\VCard::getHTML(Contact::getByURL($contact['url'], false));
$o .= Renderer::replaceMacros(Renderer::getMarkupTemplate('section_title.tpl'), ['$title' => DI::l10n()->t('Status Messages and Posts')]);