Winter style

This commit is contained in:
2014-12-04 16:36:42 +01:00
parent fd8e6df520
commit c8a49168ce
5 changed files with 307 additions and 107 deletions

View File

@@ -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();