Skip to content

Commit

Permalink
Add solution to fix css troubles on live.
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Dec 13, 2019
1 parent 9514155 commit 850b09d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/theme/eldy/global.inc.php
Expand Up @@ -5971,3 +5971,5 @@
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.'/timeline.inc.php', 0);

if (! empty($conf->global->THEME_CUSTOM_CSS)) print $conf->global->THEME_CUSTOM_CSS;
1 change: 1 addition & 0 deletions htdocs/theme/md/style.css.php
Expand Up @@ -6076,5 +6076,6 @@
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

if (! empty($conf->global->THEME_CUSTOM_CSS)) print $conf->global->THEME_CUSTOM_CSS;

if (is_object($db)) $db->close();

0 comments on commit 850b09d

Please sign in to comment.