mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10036] Use image from configuration file for displaying online-status.
PHPBB3-10036
This commit is contained in:
parent
df78a3a62d
commit
a875075cc8
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ fieldset.polls dd div {
|
||||||
}
|
}
|
||||||
|
|
||||||
.online {
|
.online {
|
||||||
background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
|
background-image: url("{IMG_ICON_USER_ONLINE_SRC}");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue