From c10a1d7d4e1d97c0125a78b532bfe2cbbf46949d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 26 Jan 2011 10:01:35 +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; }