Fix: Missing image

This commit is contained in:
Laurent Destailleur 2011-01-26 10:01:35 +00:00
parent 1b644466b2
commit c10a1d7d4e

View File

@ -656,7 +656,7 @@ td.photo {
/* ============================================================================== */
.toolbar {
background-image: url(<?php echo DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/tmenu2.png' ?>) !important;
background-image: url(<?php echo DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/tmenu2.jpg' ?>) !important;
background-repeat: repeat-x !important;
}