Commit 1de6c053 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 7edafc1a
......@@ -138,7 +138,7 @@ if($_GET["action"] == "filme"){
</div>
';
$MovieArray = $API->API_GetDataList(array("Tabelle"=>"Filme", "Spalten"=>"imdbID,name,duration,year,rating","3d"=>"0","Gesehenzaehler"=>"0","Sortierung"=>"added DESC", "Anzahl" =>"20"));
$MovieArray = $API->API_GetDataList(array("Tabelle"=>"Filme", "Spalten"=>"imdbID,name,duration,year,rating","3d"=>"0","Gesehenzaehler"=>"0","Sortierung"=>"added DESC", "Anzahl" =>"30"));
$movies ="";
foreach ($MovieArray["Data"] as $key => $value) {
//echo "http://webservice.fanart.tv/v3/movies/tt".$value["imdbID"]."?api_key=".Fanart_Key.PHP_EOL;
......@@ -170,7 +170,7 @@ if($_GET["action"] == "filme"){
$content .= '<div class="movie_top">
<div class="col-md-9 movie_box">
<div class="col-md-12 movie_box">
'.$movies.'
</div>
</div>
......
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