hasLogo();
$hasFavicon = app(\MintyPHP\Service\Branding\BrandingFaviconService::class)->hasFavicon();
?>
t('Branding settings'),
'backHref' => 'admin/settings',
'backTitle' => t('Cancel'),
'actions' => [],
];
require templatePath('partials/app-details-titlebar.phtml');
?>