From 9e2f8db5d6c7f935f87a15c26b3ed32db12edc37 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 11 Sep 2006 18:59:42 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Style=20mal=20charg=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/lib/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 38f28d078c4..3381c510bf1 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -1026,7 +1026,7 @@ function dol_loginfunction($notused,$pearstatus) print '}'."\n"; print '#login table {'; print ' border: 1px solid #C0C0C0;'; - if (file_exists(DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/login_background.png')) + if (file_exists(DOL_DOCUMENT_ROOT.'/theme/'.$conf->theme.'/img/login_background.png')) { print 'background: #F0F0F0 url('.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/login_background.png) repeat-x;'; }