From 1212598d73689a6f100366f614c1b06a2bf470e9 Mon Sep 17 00:00:00 2001 From: Luciano Rossi Date: Wed, 7 Jun 2023 15:22:53 -0300 Subject: [PATCH] REL #250 Remove request bootstrap.min.css The file boostrap.min.css it's missing under the theme css folder. The file under the css folder of suite8 theme there are the boostrap files uncompressed, and they are imported with the style.scss file of Dawn or Noon styles, so the line of layout_utils.php it's need it. --- public/legacy/include/utils/layout_utils.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public/legacy/include/utils/layout_utils.php b/public/legacy/include/utils/layout_utils.php index b7e935fa22..42ce2c191a 100755 --- a/public/legacy/include/utils/layout_utils.php +++ b/public/legacy/include/utils/layout_utils.php @@ -283,7 +283,6 @@ function insert_popup_header($theme = null, $includeJS = true) } echo "{$app_strings['LBL_BROWSER_TITLE']}"; - echo ''; echo $themeCSS; if ($includeJS) { $charset = isset($app_strings['LBL_CHARSET']) ? $app_strings['LBL_CHARSET'] : $sugar_config['default_charset'];