From 676300365adaa173be54c709211df707dda660d3 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 6 Jun 2011 17:03:56 +0000 Subject: [PATCH] Fix: bad path --- htdocs/theme/eldy/style.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 5dc56c047bf..cff11b85ad6 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -427,7 +427,7 @@ foreach($mainmenuusedarray as $key => $val) { if (file_exists($dirroot."/".$val."/img/".$val.".png")) { - $url=DOL_URL_ROOT.'/'.$val.'/img/'.$val.'.png'; + $url=dol_buildpath('/'.$val.'/img/'.$val.'.png', 1); $found=1; break; }