moved game id to the end of the title.
This commit is contained in:
@@ -58,7 +58,7 @@ foreach ($games as $key => $value) {
|
|||||||
echo "<img src=\"".$ps4->thumbnailurl($key)."\" border=0 weight=\"80px\" height=\"80px\">";
|
echo "<img src=\"".$ps4->thumbnailurl($key)."\" border=0 weight=\"80px\" height=\"80px\">";
|
||||||
echo "</div>";
|
echo "</div>";
|
||||||
echo "<div class=\"info\">";
|
echo "<div class=\"info\">";
|
||||||
echo "(". $games[$key]["game_id"] .") <strong>". $games[$key]["game_name"] ."</strong>";
|
echo "<strong>". $games[$key]["game_name"] ."</strong> (". $games[$key]["game_id"] .")";
|
||||||
echo "<br/>";
|
echo "<br/>";
|
||||||
echo "Total Time Played : <a href=\"".$_SERVER['PHP_SELF']."?details=".$games[$key]["game_id"]."\">". $ps4->playtime($games[$key]["game_total_time"],true) ."</a>";
|
echo "Total Time Played : <a href=\"".$_SERVER['PHP_SELF']."?details=".$games[$key]["game_id"]."\">". $ps4->playtime($games[$key]["game_total_time"],true) ."</a>";
|
||||||
echo "<br/>First Played on : ". $ps4->secondsToDate($games[$key]["game_played_first"]);
|
echo "<br/>First Played on : ". $ps4->secondsToDate($games[$key]["game_played_first"]);
|
||||||
|
|||||||
Reference in New Issue
Block a user