CSS style using color pallet and background image... not sure about it ?
This commit is contained in:
4
page.php
4
page.php
@@ -12,7 +12,7 @@ $details = isset($_GET['details']) ? $_GET['details'] : "";
|
||||
|
||||
?>
|
||||
|
||||
<div class="center500 padding-bottom-10">
|
||||
<div class="refresh center500">
|
||||
<strong>Last refresh : </strong> <?php echo date(DATE_RFC2822) ?>
|
||||
</div>
|
||||
|
||||
@@ -75,7 +75,7 @@ foreach ($games as $key => $value) {
|
||||
echo "<img src=\"".$ps4->thumbnailurl($games[$key]["game_id"])."\" border=0 weight=\"80px\" height=\"80px\" onclick=\"thumbnailupdateurl('". $games[$key]["game_id"] ."', '". $games[$key]["game_name"] ."', '". $rootpage ."', '". $orderby ."', '". $details ."');\">";
|
||||
echo "</div>";
|
||||
echo "<div class=\"info\">";
|
||||
echo "<strong>". $games[$key]["game_name"] ."</strong> (". $games[$key]["game_id"] .")";
|
||||
echo "<strong>". $games[$key]["game_name"] ."</strong>";
|
||||
echo "<br/>";
|
||||
echo "<div class=\"gameinfoline\"><div class=\"gameinfohead\">Total Time Played</div><div class=\"gameinfoseparator\"></div><div class=\"gameinfodetails\"><a href=\"".$rootpage."?orderby=".$orderby."&details=";
|
||||
if ($details != $games[$key]["game_id"]) {
|
||||
|
||||
Reference in New Issue
Block a user