Formatted the "sessions details".

This commit is contained in:
2018-12-20 23:21:16 -05:00
parent 33976ab0d7
commit 6098bb9acc
5 changed files with 59 additions and 13 deletions

View File

@@ -92,10 +92,12 @@ foreach ($games as $key => $value) {
}
echo "</div></div>";
echo "</div>"; // info
if ($details == $games[$key]["game_id"]) {
$ps4->gameTimeDetails($games[$key]["game_id"]);
}
echo "</div>"; // info
echo "</div>"; // game
}