'; $content .= '

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

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

Du planst, hier hinzufahren, aber stehst nicht auf dieser Liste?
'; $content .= 'Das kannst Du ändern! '; $content .= 'Erstelle einfach hier Deine eigene Saison-Planung.'; $content .= 'Melde Dich an oder registriere Dich kostenlos und erstelle Deine eigene Saison-Planung.'; $content .= '

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