Commit 854701f3 authored by Nico Schallehn's avatar Nico Schallehn

test

parent b9f013f7
...@@ -147,8 +147,10 @@ if($_GET["action"] == "filme"){ ...@@ -147,8 +147,10 @@ if($_GET["action"] == "filme"){
if(isset($fanart["movieposter"][0]["url"])) { if(isset($fanart["movieposter"][0]["url"])) {
$posterURL = $fanart["movieposter"][0]["url"]; $posterURL = $fanart["movieposter"][0]["url"];
foreach ($fanart["movieposter"] as $key2 => $value2){ foreach ($fanart["movieposter"] as $key2 => $value2){
//if() if($value2["lang"] == "de"){
echo $key2.">".$value2.PHP_EOL; $posterURL = $value2["url"];
}
} }
$movies .= '<div class="movie movie-test movie-test-dark movie-test-left"> $movies .= '<div class="movie movie-test movie-test-dark movie-test-left">
<div class="movie__images"> <div class="movie__images">
......
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