Commit 6c80c2cf authored by Nico Schallehn's avatar Nico Schallehn

test

parent 8b6957ec
...@@ -60,6 +60,7 @@ if($_GET["action"] == "filme"){ ...@@ -60,6 +60,7 @@ if($_GET["action"] == "filme"){
$movies .= '<li><img src="'.$fanart["moviethumb"][0][url].'" class="img-responsive"/> $movies .= '<li><img src="'.$fanart["moviethumb"][0][url].'" class="img-responsive"/>
<div class="grid-flex"><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>
<ul id="flexiselDemo3"> <ul id="flexiselDemo3">
'.$movies.' '.$movies.'
......
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