'; $content .= '

'; $sp['output'] .= $tpl->load('card', [$content]); // NO FACTS INFO $content = '

Es sind keine Fakten zu dieser Veranstaltung hinterlegt. Bitte lies die Ausschreibung.

'; $sp['output'] .= $tpl->load('card', [$content, 'html-id' => 'card-nofactsinfo']); // Meldegeld $content = '

Meldegeld

'; $content .= '

'; $sp['output'] .= $tpl->load('card', [$content, 'html-id' => 'card-entryfee']); // Wettfahrten $content = '

Wettfahrten

'; $sp['output'] .= $tpl->load('card', [$content, 'html-id' => 'card-races']); // Zeitplan $content = '

Zeitplan

'; $content .= $tpl->load('table', ['css-class' => 'mb-0 text-nowrap']); $sp['output'] .= $tpl->load('card', [$content, 'html-id' => 'card-times']); // Camping $content = '

Camping

'; $sp['output'] .= $tpl->load('card', [$content, 'html-id' => 'card-camping']); // Verpflegung $content = '

Verpflegung

'; $sp['output'] .= $tpl->load('card', [$content, 'html-id' => 'card-food']); // Weitere Infos $content = '

Weitere Informationen

'; $sp['output'] .= $tpl->load('card', [$content, 'html-id' => 'card-text']); // Disclaimer $content = '

Alle Angaben ohne Gewähr. Änderungen vorbehalten. Am Ende gilt, was in der Ausschreibung / Segelanweisung steht!

'; $sp['output'] .= $tpl->load('card', [$content]); $sp['scripts'] .= $scripts->load('regatta_facts'); ?>