From 8e584afe31d74054ddc038925fac00f053d20c59 Mon Sep 17 00:00:00 2001 From: jlb Date: Sun, 23 Feb 2003 19:53:56 +0000 Subject: [PATCH] le css est place automatiquement par rapport au theme --- htdocs/conf/conf.class.php3.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/conf/conf.class.php3.sample b/htdocs/conf/conf.class.php3.sample index 7aaf36aeaa8..3a6c1675ef6 100644 --- a/htdocs/conf/conf.class.php3.sample +++ b/htdocs/conf/conf.class.php3.sample @@ -52,7 +52,7 @@ class Conf { $this->password_encrypted = 1; - $this->css = "theme/dolibarr/dolibarr.css"; + $this->css = "theme/".$this->theme."/".$this->theme.".css"; } }