Commit bc4f0b46 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 06801f91
......@@ -135,6 +135,9 @@ if($_GET["action"] == "filme"){
var_dump($Data);
$content .= ob_get_clean();
$content .= '<table border="1" class="responsive">'.PHP_EOL;
$content .= '<tr><th rowspan="2">Von - Bis</th>';
$content .= '<th colspan="'.count($API->SpaltenFilme).'">Filme</th>';
$content .= '<tr><th rowspan="1">Von - Bis</th>';
foreach ($API->SpaltenFilme as $value) {
......
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