updated toto... and made "now playing" bold.
This commit is contained in:
2
page.php
2
page.php
@@ -86,7 +86,7 @@ foreach ($games as $key => $value) {
|
||||
echo "<div class=\"gameinfoline\"><div class=\"gameinfohead\">Last Played</div><div class=\"gameinfoseparator\"></div><div class=\"gameinfodetails\">";
|
||||
|
||||
if ($games[$key]["game_played_last"] == -1) {
|
||||
echo "now playing";
|
||||
echo "<strong>now playing</strong>";
|
||||
} else {
|
||||
echo $ps4->secondsToDate($games[$key]["game_played_last"]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user