Commit f91cbb69 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 1de6c053
......@@ -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" =>"30"));
$MovieArray = $API->API_GetDataList(array("Tabelle"=>"Filme", "Spalten"=>"imdbID,name,duration,year,rating,Genre","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;
......@@ -158,7 +158,9 @@ if($_GET["action"] == "filme"){
<ul class="list_6">
<!--<li><i class="icon1"> </i><p>2,548</p></li>
<li><i class="icon3"> </i><p>546</p></li>-->
<li>Rating : &nbsp;&nbsp;<p>'.$value["rating"].'</p></li>
<li>Genre : &nbsp;&nbsp;<p>'.implode(", ", $value["Genre"]).'</p></li>
<li>Rating : &nbsp;&nbsp;<p>'.$value["rating"].'</p></li>
<div class="clearfix"> </div>
</ul>
</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