Winter style
This commit is contained in:
@@ -37,7 +37,7 @@ Route::get('/', function()
|
||||
$tmovie = $tmdb->getMovie($nextfilm->tvdbid);
|
||||
$nimage = $tmdb->getImageUrl($tmovie['poster_path'], TMDb::IMAGE_POSTER, 'w342');
|
||||
} else {
|
||||
$nimage = "http://d3a8mw37cqal2z.cloudfront.net/assets/7ea4ac6f271e37d/images/no-poster-w130.jpg";
|
||||
$nimage = "img/no-poster-w92.jpg";
|
||||
}
|
||||
|
||||
$kommentare = Comment::neueste()->get();
|
||||
|
Reference in New Issue
Block a user