CSS style using color pallet and background image... not sure about it ?

This commit is contained in:
2018-12-05 09:38:16 -05:00
parent ea05581d14
commit 4d212ac009
8 changed files with 27 additions and 10 deletions

View File

@@ -73,7 +73,7 @@ class ps4 {
$url = $row["thumbnail_url"];
}
} else {
$url = "no-thumbnail.png";
$url = "images/no-thumbnail.png";
}
return $url;
}