diff --git a/server/content/contact.php b/server/content/contact.php index 6efd55d..0e8ce40 100644 --- a/server/content/contact.php +++ b/server/content/contact.php @@ -1,28 +1,28 @@ Kontakt'; - + $sp['output'] .= $tpl->load('card', [$content]); - + // Info $content = '

'; $content .= 'Du hast eine Frage? Du hast einen Fehler in unserer Software oder in den gespeicherten Daten gefunden? Du willst Regatten.net auch für Deine Bootsklasse nutzen?
'; $content .= 'Egal was es ist, lass es uns wissen! Schreibe uns eine Mail an info@regatten.net oder nutze einfach dieses Kontakt-Formular.
'; $content .= 'Wir werden Deine Anfrage so schnell wie möglich bearbeiten.'; $content .= '

'; - $content .= '

'; - $content .= 'Alternativ erreichst Du uns auch telefonisch unter +49 (0) 4103 965 976 8
'; - $content .= 'Mo-Fr: 7-20 Uhr
'; - $content .= 'Sa: 9-17 Uhr'; - $content .= '

'; - + //$content .= '

'; + //$content .= 'Alternativ erreichst Du uns auch telefonisch unter +49 (0) 4103 965 976 8
'; + //$content .= 'Mo-Fr: 7-20 Uhr
'; + //$content .= 'Sa: 9-17 Uhr'; + //$content .= '

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

Kontakt-Formular

'; $content .= $tpl->load('input', ['html-id' => 'input-name', 'placeholder' => 'Dein Name', 'type' => 'text']); @@ -30,9 +30,9 @@ $content .= $tpl->load('input', ['html-id' => 'input-subject', 'placeholder' => 'Betreff', 'type' => 'text']); $content .= $tpl->load('textarea', ['html-id' => 'input-message', 'placeholder' => 'Deine Nachricht']); $content .= $tpl->load('button', ['Senden', '#', 'html-id' => 'button-send']); - + $sp['output'] .= $tpl->load('card', [$content]); - + $sp['scripts'] .= $scripts->load('contact'); - -?> \ No newline at end of file + +?>