Commit 7edafc1a authored by Nico Schallehn's avatar Nico Schallehn

test

parent 36aa97b6
......@@ -147,12 +147,12 @@ if($_GET["action"] == "filme"){
if(isset($fanart["movieposter"][0]["url"])) {
$movies .= '<div class="movie movie-test movie-test-dark movie-test-left">
<div class="movie__images">
<a href="single.html" class="movie-beta__link">
<a href="index.php?action=ShowDetails&imdbID='.$value["imdbID"].'" class="movie-beta__link">
<img alt="" src="'.$fanart["movieposter"][0]["url"].'" class="img-responsive">
</a>
</div>
<div class="movie__info">
<a href="single.html" class="movie__title">'.$value["name"].' ('.$value["year"].') </a>
<a href="index.php?action=ShowDetails&imdbID='.$value["imdbID"].'" class="movie__title">'.$value["name"].' ('.$value["year"].') </a>
<p class="movie__time">'.($value["duration"]/60).' min</p>
<!--<p class="movie__option"><a href="single.html">Contray</a> | <a href="single.html">Dolor sit</a> | <a href="single.html">Drama</a></p>-->
<ul class="list_6">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment