-
Bug
-
Resolution: Fixed
-
Minor
-
3.0.8
-
None
In colours.css (prosilver) there is:
.online {
|
background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
|
}
|
Which would be better as:
.online {
|
background-image: url("{IMG_ICON_USER_ONLINE_SRC}");
|
}
|
in order for the image to be changed via the ACP.