This commit is contained in:
Luciano Rossi 2025-08-19 01:29:01 +00:00 committed by GitHub
commit c9a745fe38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -283,7 +283,6 @@ EOHTML;
}
echo "<title>{$app_strings['LBL_BROWSER_TITLE']}</title>";
echo '<link href="themes/'.SugarThemeRegistry::current().'/css/bootstrap.min.css" rel="stylesheet">';
echo $themeCSS;
if ($includeJS) {
$charset = isset($app_strings['LBL_CHARSET']) ? $app_strings['LBL_CHARSET'] : $sugar_config['default_charset'];