From a875075cc866c52877b6ac67930ec621fd22e562 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 24 Feb 2011 12:57:28 +0100 Subject: [PATCH] [ticket/10036] Use image from configuration file for displaying online-status. PHPBB3-10036 --- phpBB/styles/prosilver/theme/colours.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 3f215def72..f7747ba73c 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -652,7 +652,7 @@ fieldset.polls dd div { } .online { - background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif"); + background-image: url("{IMG_ICON_USER_ONLINE_SRC}"); } /*