diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2011-02-26 18:17:50 +0100 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2011-02-26 18:17:50 +0100 |
| commit | cee6014ccf95652d5b25a346a2431cfdbeba6847 (patch) | |
| tree | 0c80ebb4342d444c19ed2d395c5a6b3307ef423d | |
| parent | bbc531061f4d863ec19a558686ac804a8399f902 (diff) | |
| parent | b1d6c0a7a1ec95e36c648c5d43c06919dec86441 (diff) | |
| download | forums-cee6014ccf95652d5b25a346a2431cfdbeba6847.tar forums-cee6014ccf95652d5b25a346a2431cfdbeba6847.tar.gz forums-cee6014ccf95652d5b25a346a2431cfdbeba6847.tar.bz2 forums-cee6014ccf95652d5b25a346a2431cfdbeba6847.tar.xz forums-cee6014ccf95652d5b25a346a2431cfdbeba6847.zip | |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/10036] Use image from configuration file for displaying online-status.
| -rw-r--r-- | phpBB/styles/prosilver/theme/colours.css | 2 |
1 files changed, 1 insertions, 1 deletions
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}"); } /* |
