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"]);
|
||||
}
|
||||
|
||||
@@ -15,5 +15,6 @@
|
||||
## To do
|
||||
- Populer le details de chaque seance de jeux.
|
||||
- Ajouter un systeme Multi-User "manuel" puisque ce n'est pas possible de lire le psn ID a partir de ps4-waker.
|
||||
- Login (oauth?) pour fonctions (genre changer les images).
|
||||
|
||||
- Ajouter les informations sur les tables MySQL dans le Git.
|
||||
|
||||
Reference in New Issue
Block a user