1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

When a user is online an additional CSS class is automatically added to the user avatar: user-avatar-online

This commit is contained in:
Cameron
2017-01-13 12:22:47 -08:00
parent fe43a6eebf
commit 3c81473ccc
2 changed files with 6 additions and 2 deletions

View File

@@ -1869,6 +1869,7 @@ function init_session()
define('USERIMAGE', $user->get('user_image'));
define('USERPHOTO', $user->get('user_sess'));
define('USERJOINED', $user->get('user_join'));
define('USERCURRENTVISIT', $user->get('user_currentvisit'));
define('USERVISITS', $user->get('user_visits'));
define('USERSIGNATURE', $user->get('user_signature'));