Commit edd24031 authored by Nico Schallehn's avatar Nico Schallehn

test

parent a98368a1
...@@ -59,8 +59,8 @@ if($_GET["action"] == "filme"){ ...@@ -59,8 +59,8 @@ if($_GET["action"] == "filme"){
//var_dump(); //var_dump();
//if(isset($fanart["moviethumb"][0]["url"])){ //if(isset($fanart["moviethumb"][0]["url"])){
echo $value["name"]; echo $value["name"];
$movies .= '<li><div class="grid-flex"><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"/>
<a href="#">'.$value["name"].'</a><p>'.$value["added"].'</p></div></li>'; <div class="grid-flex"><a href="#">'.$value["name"].'</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>
...@@ -70,7 +70,7 @@ if($_GET["action"] == "filme"){ ...@@ -70,7 +70,7 @@ if($_GET["action"] == "filme"){
<script type="text/javascript"> <script type="text/javascript">
$(window).load(function() { $(window).load(function() {
$("#flexiselDemo3").flexisel({ $("#flexiselDemo3").flexisel({
visibleItems: 4, visibleItems: 5,
animationSpeed: 1000, animationSpeed: 1000,
autoPlay: true, autoPlay: true,
autoPlaySpeed: 3000, autoPlaySpeed: 3000,
......
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