From bcc0f244f046a0ea603d1f98cec0e9180e148558 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <ldestailleur@teclib.com> Date: Wed, 13 Aug 2014 19:21:31 +0200 Subject: [PATCH] Fix: Used wrong image --- 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 c4e9b87ff44..309d6f87e46 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -681,7 +681,7 @@ div.mainmenu.click2dial { } div.mainmenu.companies { - background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/menus/members.png',1) ?>); + background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/menus/company.png',1) ?>); } div.mainmenu.commercial { -- GitLab