Fixed online status

This commit is contained in:
Lars van Hijfte
2017-01-31 12:25:28 +01:00
parent d5d9d5857a
commit f26097f55f
9 changed files with 41 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ foreach($friends as $i => $friend) {
}
?>'>
<div class='friend'>
<img alt='PF' class='profile-picture' src='<?= $friend->profilepicture ?>'/>
<img alt='PF' class='profile-picture <?= $friend->onlinestatus ?>' src='<?= $friend->profilepicture ?>'/>
<div class='friend-name'>
<?= $friend->fullname ?><br/>
<span style='color: #666'><?php