diff --git a/class.php b/class.php index 92c02b0..d104527 100644 --- a/class.php +++ b/class.php @@ -73,7 +73,7 @@ class ps4 { $url = $row["thumbnail_url"]; } } else { - $url = "no-thumbnail.png"; + $url = "images/no-thumbnail.png"; } return $url; } diff --git a/playstation-minimalism.jpg b/images/background/playstation-minimalism.jpg similarity index 100% rename from playstation-minimalism.jpg rename to images/background/playstation-minimalism.jpg diff --git a/images/background/playstation-minimalism2.jpg b/images/background/playstation-minimalism2.jpg new file mode 100644 index 0000000..d195692 Binary files /dev/null and b/images/background/playstation-minimalism2.jpg differ diff --git a/images/background/wp2127868.png b/images/background/wp2127868.png new file mode 100644 index 0000000..6a6124f Binary files /dev/null and b/images/background/wp2127868.png differ diff --git a/no-thumbnail.png b/images/no-thumbnail.png similarity index 100% rename from no-thumbnail.png rename to images/no-thumbnail.png diff --git a/index.php b/index.php index 373234c..e08fc34 100644 --- a/index.php +++ b/index.php @@ -17,6 +17,7 @@ $details = isset($_GET['details']) ? $_GET['details'] : ""; +