Commit 618f75de authored by Nico Schallehn's avatar Nico Schallehn

test

parent e759e7a7
...@@ -166,10 +166,8 @@ th.rotate > div > span { ...@@ -166,10 +166,8 @@ th.rotate > div > span {
var_dump($Data); var_dump($Data);
$content .= ob_get_clean(); $content .= ob_get_clean();
$content .= '<div style="width: 100%; overflow: auto;"><table border="1">'.PHP_EOL; $content .= '<div style="width: 100%; overflow: auto;"><table border="1">'.PHP_EOL;
$content .= '<tr><th rowspan="2">Von</th> <th rowspan="2"> Bis</th> $content .= '<tr><th >Von</th> <th> Bis</th> ';
<th colspan="'.count($API->SpaltenFilme).'"> SpaltenFilme</th>
<th colspan="'.count($API->SpaltenEpisoden).'"> SpaltenEpisoden</th>
<th colspan="3"> Sonstige</th></tr>';
foreach ($API->SpaltenFilme as $value) { foreach ($API->SpaltenFilme as $value) {
$content .= '<th class="rotate"><div><span>'.$value.'</span></div></th>'; $content .= '<th class="rotate"><div><span>'.$value.'</span></div></th>';
} }
......
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