$_CLASS[name]"; $content .= "

$_CLASS[desc]

"; $sp['output'] .= $tpl->load('card', [$content]); // Favorites $content = "

Deine Favoriten

"; $thead = "SeglerRangliste 2020"; $content .= $tpl->load('table', [$thead, 'html-id' => 'table-favorites', 'css-class' => 'mb-0 mt-3']); $sp['output'] .= $tpl->load('card', [$content, 'html-id' => 'card-favorites']); // Planning next $content = "

Deine nächsten Regatten

"; $thead = "DatumRegattaInformationenRLFSegler"; $content .= $tpl->load('table', [$thead, 'html-id' => 'table-yournext', 'css-class' => 'mb-0 mt-3']); $sp['output'] .= $tpl->load('card', [$content, 'html-id' => 'card-yournext']); // Next $content = "

Nächste Regatten

"; $thead = "DatumRegattaInformationenRLF"; $content .= $tpl->load('table', [$thead, 'html-id' => 'table-next', 'css-class' => 'mb-0 mt-3']); $sp['output'] .= $tpl->load('card', [$content, 'html-id' => 'card-next']); // Last $content = "

Letzte Regatten

"; $thead = "DatumRegattaErgebnisseRLF"; $content .= $tpl->load('table', [$thead, 'html-id' => 'table-last', 'css-class' => 'mb-0 mt-3']); $sp['output'] .= $tpl->load('card', [$content, 'html-id' => 'card-last']); // Calendar $content = "

Regatta-Kalender

"; $content .= "

Du willst alle Regatta-Termine in deinem Kalender, aber nicht alles abtippen?
Kein Problem! Abonniere einfach unseren ics-Kalender.

"; $content .= "

Nur die Regatten, zu denen Du gehst?
Auch kein Problem! Erstelle einfach eine Saison-Planung und abonniere Deinen persönlichen Kalender.

"; $content .= $tpl->load('button', ['Regatta-Kalender', '#', 'css-class' => 'mb-2']); $content .= $tpl->load('button', ['Kalender für Timon', '#']); $sp['output'] .= $tpl->load('card', [$content]); $sp['scripts'] = ' '; ?>