Commit a98368a1 authored by Nico Schallehn's avatar Nico Schallehn

test

parent a9ff4082
......@@ -59,8 +59,8 @@ 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" width="150px" class="img-responsive"/>
<div class="grid-flex"><a href="#">'.$value["name"].'</a><p>'.$value["added"].'</p></div></li>';
$movies .= '<li><div class="grid-flex"><img src="/cover/Filme/high/'.$value["imdbID"].'.jpg" width="150px" class="img-responsive"/>
<a href="#">'.$value["name"].'</a><p>'.$value["added"].'</p></div></li>';
//}
}
$content = '<div class="content"><h1 class="recent">Zuletzt hinzugefügt:</h3>
......
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