Commit 71e838ec authored by Nico Schallehn's avatar Nico Schallehn

test

parent 180d7d16
......@@ -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="index.php?action=filme&imdb='.$value["imdbID"].'">'.substr($value["name"],0,25).'</a><p>'.$value["added"].'</p></div></li>';
$movies .= '<li><img src="/cover/Filme/high/'.$value["imdbID"].'.jpg" height="150px" class="img-responsive"/>
<div class="grid-flex"><a href="index.php?action=filme&imdbID='.$value["imdbID"].'">'.substr($value["name"],0,25).'</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