Commit 80664b5a authored by Nico Schallehn's avatar Nico Schallehn

test

parent 158643b4
...@@ -60,7 +60,7 @@ if($_GET["action"] == "filme"){ ...@@ -60,7 +60,7 @@ if($_GET["action"] == "filme"){
//if(isset($fanart["moviethumb"][0]["url"])){ //if(isset($fanart["moviethumb"][0]["url"])){
echo $value["name"]; echo $value["name"];
$movies .= '<li><img src="/cover/Filme/high/'.$value["imdbID"].'.jpg" width="150px" class="img-responsive"/> $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,10).'</a><p>'.$value["added"].'</p></div></li>'; <div class="grid-flex"><a href="index.php?action=filme&imdb='.$value["imdbID"].'">'.substr($value["name"],0,20).'</a><p>'.$value["added"].'</p></div></li>';
//} //}
} }
$content = '<div class="content"><h1 class="recent">Zuletzt hinzugefügt:</h3> $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