From bfcd4991443a457b5f18fca145dd58e884c0ea20 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 26 Jan 2011 09:55:54 +0000 Subject: [PATCH] Fix: Missing image --- htdocs/theme/auguria/style.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 2d17dff1075..1cbff61772e 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -656,7 +656,7 @@ td.photo { /* ============================================================================== */ .toolbar { - background-image: url(theme.'/img/tmenu2.png' ?>) !important; + background-image: url(theme.'/img/tmenu2.jpg' ?>) !important; background-repeat: repeat-x !important; }