Commit eff98e3e authored by Nico Schallehn's avatar Nico Schallehn

tst

parent 59d23380
......@@ -59,7 +59,7 @@ if($_GET["action"] == "filme"){
//var_dump();
//if(isset($fanart["moviethumb"][0]["url"])){
echo $value["name"];
$movies .= '<li><img src="cover/Filme/high/'.$value["imdbID"].'.jpg" class="img-responsive"/>
$movies .= '<li><img src="/cover/Filme/high/'.$value["imdbID"].'.jpg" class="img-responsive"/>
<div class="grid-flex"><a href="#">'.$value["name"].'</a><p>'.$value["added"].'</p></div></li>';
//}
}
......
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