Fix: Css relative url must start with / as it means relative to DOL_URL_ROOT.
This commit is contained in:
parent
c45603c291
commit
2415f085a6
@ -334,7 +334,7 @@ class Conf
|
||||
// $this->theme et $this->css
|
||||
if (empty($this->global->MAIN_THEME)) $this->global->MAIN_THEME="eldy";
|
||||
$this->theme=$this->global->MAIN_THEME;
|
||||
$this->css = "/theme/".$this->theme."/".$this->theme.".css";
|
||||
$this->css = "/theme/".$this->theme."/".$this->theme.".css.php";
|
||||
|
||||
// $this->email_from = email pour envoi par dolibarr des mails automatiques
|
||||
$this->email_from = "dolibarr-robot@domain.com";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user