background_image_path)) { $backgroundStyle = 'background-image:url(' . Html::encode($profile->background_image_path) . ');background-size:cover;background-position:center;'; } $searchBlockWidget = '\\humhub\\modules\\animal_management\\widgets\\SearchAnimalProfilesBlock'; $templateView = TemplateRegistry::resolveView($profile ? $profile->template_key : null); $spaceDescription = trim((string)$space->about); if ($spaceDescription === '') { $spaceDescription = trim((string)$space->description); } if ($spaceDescription === '') { $spaceDescription = trim((string)($profile?->description ?? '')); } ?>