Fix: Css relative url must start with / as it means relative to DOL_URL_ROOT.

This commit is contained in:
Laurent Destailleur 2010-01-13 13:48:29 +00:00
parent c45603c291
commit 2415f085a6

View File

@ -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";