Add solution to fix css troubles on live.
This commit is contained in:
parent
95141550fa
commit
850b09d295
@ -5971,3 +5971,5 @@ include dol_buildpath($path.'/theme/'.$theme.'/dropdown.inc.php', 0);
|
|||||||
include dol_buildpath($path.'/theme/'.$theme.'/info-box.inc.php', 0);
|
include dol_buildpath($path.'/theme/'.$theme.'/info-box.inc.php', 0);
|
||||||
include dol_buildpath($path.'/theme/'.$theme.'/progress.inc.php', 0);
|
include dol_buildpath($path.'/theme/'.$theme.'/progress.inc.php', 0);
|
||||||
include dol_buildpath($path.'/theme/'.$theme.'/timeline.inc.php', 0);
|
include dol_buildpath($path.'/theme/'.$theme.'/timeline.inc.php', 0);
|
||||||
|
|
||||||
|
if (! empty($conf->global->THEME_CUSTOM_CSS)) print $conf->global->THEME_CUSTOM_CSS;
|
||||||
|
|||||||
@ -6076,5 +6076,6 @@ include dol_buildpath($path.'/theme/'.$theme.'/info-box.inc.php', 0);
|
|||||||
include dol_buildpath($path.'/theme/'.$theme.'/progress.inc.php', 0);
|
include dol_buildpath($path.'/theme/'.$theme.'/progress.inc.php', 0);
|
||||||
include dol_buildpath($path.'/theme/eldy/timeline.inc.php', 0); // actually md use same style as eldy theme
|
include dol_buildpath($path.'/theme/eldy/timeline.inc.php', 0); // actually md use same style as eldy theme
|
||||||
|
|
||||||
|
if (! empty($conf->global->THEME_CUSTOM_CSS)) print $conf->global->THEME_CUSTOM_CSS;
|
||||||
|
|
||||||
if (is_object($db)) $db->close();
|
if (is_object($db)) $db->close();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user