From 94a577d71d4dcd31128b8f042523fd9a36f1393f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 22 Aug 2011 12:02:58 +0200 Subject: [PATCH] Avoid using image from other theme --- themes/original/css/theme_right.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 8127564377..d0730bf903 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -2570,7 +2570,7 @@ span.cm-number { } .saving_edited_data { - background: url(./themes/pmahomme/img/ajax_clock_small.gif) no-repeat left; + background: url(getImgPath(); ?>ajax_clock_small.gif) no-repeat left; padding-left: 20px; }