From 8de8e9d8865f299dc115fb72e919f8f41b0fb8ec Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Wed, 15 Jan 2014 09:09:52 +0100
Subject: [PATCH] Fix: reference to a file that does not exists

---
 htdocs/theme/cameleo/style.css.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php
index f5a8a0f053f..e3845735d49 100644
--- a/htdocs/theme/cameleo/style.css.php
+++ b/htdocs/theme/cameleo/style.css.php
@@ -940,7 +940,6 @@ td.photo {
 /* ============================================================================== */
 
 .toolbar {
-    background-image: url(<?php echo dol_buildpath($path.'/theme/'.$conf->theme.'/img/tmenu2.png',1); ?>) !important;
     background-repeat: repeat-x !important;
     border: 1px solid #BBB !important;
 }
-- 
GitLab