Added TODO sites
This commit is contained in:
19
server/content/account.php
Normal file
19
server/content/account.php
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
// TODO: Create site
|
||||||
|
|
||||||
|
$sp['title'] = 'Seite noch nicht unterstuuml;tzt - Regatten.net ' . $_CLASS['name'];
|
||||||
|
$sp['backbutton'] = true;
|
||||||
|
|
||||||
|
$content = $tpl->load('error', ['404', 'Seite existiert noch nicht']);
|
||||||
|
$content .= '<p>';
|
||||||
|
$content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.<br>';
|
||||||
|
$content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.<br>';
|
||||||
|
$content .= 'Wie wäre es mit der Homepage?';
|
||||||
|
$content .= '</p>';
|
||||||
|
$content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
|
||||||
|
$content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
|
||||||
|
|
||||||
|
$sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
|
||||||
|
|
||||||
|
?>
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
$sp['output'] .= $tpl->load('pagination', ['html-id' => 'pagination']);
|
$sp['output'] .= $tpl->load('pagination', ['html-id' => 'pagination']);
|
||||||
|
|
||||||
// Menu
|
// Menu
|
||||||
// TODO: add entries for jump2rank jump2club
|
// TODO: add entries for jump2club and more?
|
||||||
$items = $tpl->load('menu/item-icon', ['', '#', 'html-id' => 'menu-item-boatname', 'icon' => 'fa-edit']);
|
$items = $tpl->load('menu/item-icon', ['', '#', 'html-id' => 'menu-item-boatname', 'icon' => 'fa-edit']);
|
||||||
$items .= $tpl->load('menu/item-icon', ['Vereins-Website', '', 'html-id' => 'menu-item-clubwebsite', 'icon' => 'fa-globe']);
|
$items .= $tpl->load('menu/item-icon', ['Vereins-Website', '', 'html-id' => 'menu-item-clubwebsite', 'icon' => 'fa-globe']);
|
||||||
$sp['menus'] .= $tpl->load('menu/bottom', [$items, 'html-id' => 'menu-boat', 'title' => 'Boots-Details', 'height' => 320]);
|
$sp['menus'] .= $tpl->load('menu/bottom', [$items, 'html-id' => 'menu-boat', 'title' => 'Boots-Details', 'height' => 320]);
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
$sp['output'] .= $tpl->load('pagination', ['html-id' => 'pagination']);
|
$sp['output'] .= $tpl->load('pagination', ['html-id' => 'pagination']);
|
||||||
|
|
||||||
// Menu
|
// Menu
|
||||||
// TODO: add entries for jump2rank jump2club
|
// TODO: more entries ?
|
||||||
$items = $tpl->load('menu/item-icon', ['Vereins-Website', '', 'html-id' => 'menu-item-clubwebsite', 'icon' => 'fa-globe']);
|
$items = $tpl->load('menu/item-icon', ['Vereins-Website', '', 'html-id' => 'menu-item-clubwebsite', 'icon' => 'fa-globe']);
|
||||||
$sp['menus'] .= $tpl->load('menu/bottom', [$items, 'html-id' => 'menu-club', 'title' => 'Vereins-Details', 'height' => 320]);
|
$sp['menus'] .= $tpl->load('menu/bottom', [$items, 'html-id' => 'menu-club', 'title' => 'Vereins-Details', 'height' => 320]);
|
||||||
|
|
||||||
|
|||||||
19
server/content/contact.php
Normal file
19
server/content/contact.php
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
// TODO: Create site
|
||||||
|
|
||||||
|
$sp['title'] = 'Seite noch nicht unterstuuml;tzt - Regatten.net ' . $_CLASS['name'];
|
||||||
|
$sp['backbutton'] = true;
|
||||||
|
|
||||||
|
$content = $tpl->load('error', ['404', 'Seite existiert noch nicht']);
|
||||||
|
$content .= '<p>';
|
||||||
|
$content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.<br>';
|
||||||
|
$content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.<br>';
|
||||||
|
$content .= 'Wie wäre es mit der Homepage?';
|
||||||
|
$content .= '</p>';
|
||||||
|
$content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
|
||||||
|
$content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
|
||||||
|
|
||||||
|
$sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
|
||||||
|
|
||||||
|
?>
|
||||||
@@ -60,11 +60,11 @@
|
|||||||
$content = '<h2>Regatta-Kalender</h2>';
|
$content = '<h2>Regatta-Kalender</h2>';
|
||||||
$content .= '<p>Du willst alle Regatta-Termine in deinem Kalender, aber nicht alles abtippen?<br>Kein Problem! Abonniere einfach unseren ics-Kalender.</p>';
|
$content .= '<p>Du willst alle Regatta-Termine in deinem Kalender, aber nicht alles abtippen?<br>Kein Problem! Abonniere einfach unseren ics-Kalender.</p>';
|
||||||
$content .= '<p><b>Nur die Regatten, zu denen Du gehst?</b><br>Auch kein Problem! ';
|
$content .= '<p><b>Nur die Regatten, zu denen Du gehst?</b><br>Auch kein Problem! ';
|
||||||
$content .= '<span class="show-loggedin">Erstelle einfach eine <a href="' . LINK_PRE . 'planning">Saison-Planung</a> und abonniere Deinen persönlichen Kalender.</span>';
|
$content .= '<font class="show-loggedin">Erstelle einfach eine <a href="' . LINK_PRE . 'planning">Saison-Planung</a> und abonniere Deinen persönlichen Kalender.</font>';
|
||||||
$content .= '<span class="show-notloggedin"><a href="#" data-menu="menu-signup">Registriere Dich einfach kostenlos</a>, erstelle eine Saison-Planung und wir erstellen Dir einen persönlichen Kalender.</span>';
|
$content .= '<font class="show-notloggedin"><a href="#" data-menu="menu-signup">Registriere Dich einfach kostenlos</a>, erstelle eine Saison-Planung und wir erstellen Dir einen persönlichen Kalender.</font>';
|
||||||
$content .= '</p>';
|
$content .= '</p>';
|
||||||
$content .= $tpl->load('button', ['<i class="fas fa-calendar-alt"></i> Regatta-Kalender', 'https://regatten.net/client/calendar/' . BOATCLASS . '/everything.ics', 'css-class' => 'mb-2']);
|
$content .= $tpl->load('button', ['<i class="fas fa-calendar-alt"></i> Regatta-Kalender', 'https://regatten.net/client/calendar/' . BOATCLASS . '/everything.ics', 'css-class' => 'mb-2']);
|
||||||
$content .= $tpl->load('button', ['<i class="fas fa-calendar-alt"></i> Kalender für <span class="replace-username"></span>', 'https://regatten.net/client/calendar/' . BOATCLASS . '/user_%USERID%.ics', 'css-class' => 'show-loggedin replace-userid-href']);
|
$content .= $tpl->load('button', ['<i class="fas fa-calendar-alt"></i> Kalender für <font class="replace-username"></font>', 'https://regatten.net/client/calendar/' . BOATCLASS . '/user_%USERID%.ics', 'css-class' => 'show-loggedin replace-userid-href']);
|
||||||
|
|
||||||
$sp['output'] .= $tpl->load('card', [$content]);
|
$sp['output'] .= $tpl->load('card', [$content]);
|
||||||
|
|
||||||
|
|||||||
19
server/content/news.php
Normal file
19
server/content/news.php
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
// TODO: Create site
|
||||||
|
|
||||||
|
$sp['title'] = 'Seite noch nicht unterstuuml;tzt - Regatten.net ' . $_CLASS['name'];
|
||||||
|
$sp['backbutton'] = true;
|
||||||
|
|
||||||
|
$content = $tpl->load('error', ['404', 'Seite existiert noch nicht']);
|
||||||
|
$content .= '<p>';
|
||||||
|
$content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.<br>';
|
||||||
|
$content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.<br>';
|
||||||
|
$content .= 'Wie wäre es mit der Homepage?';
|
||||||
|
$content .= '</p>';
|
||||||
|
$content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
|
||||||
|
$content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
|
||||||
|
|
||||||
|
$sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
|
||||||
|
|
||||||
|
?>
|
||||||
19
server/content/planning.php
Normal file
19
server/content/planning.php
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
// TODO: Create site
|
||||||
|
|
||||||
|
$sp['title'] = 'Seite noch nicht unterstuuml;tzt - Regatten.net ' . $_CLASS['name'];
|
||||||
|
$sp['backbutton'] = true;
|
||||||
|
|
||||||
|
$content = $tpl->load('error', ['404', 'Seite existiert noch nicht']);
|
||||||
|
$content .= '<p>';
|
||||||
|
$content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.<br>';
|
||||||
|
$content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.<br>';
|
||||||
|
$content .= 'Wie wäre es mit der Homepage?';
|
||||||
|
$content .= '</p>';
|
||||||
|
$content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
|
||||||
|
$content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
|
||||||
|
|
||||||
|
$sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
|
||||||
|
|
||||||
|
?>
|
||||||
19
server/content/planning_edit.php
Normal file
19
server/content/planning_edit.php
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
// TODO: Create site
|
||||||
|
|
||||||
|
$sp['title'] = 'Seite noch nicht unterstuuml;tzt - Regatten.net ' . $_CLASS['name'];
|
||||||
|
$sp['backbutton'] = true;
|
||||||
|
|
||||||
|
$content = $tpl->load('error', ['404', 'Seite existiert noch nicht']);
|
||||||
|
$content .= '<p>';
|
||||||
|
$content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.<br>';
|
||||||
|
$content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.<br>';
|
||||||
|
$content .= 'Wie wäre es mit der Homepage?';
|
||||||
|
$content .= '</p>';
|
||||||
|
$content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
|
||||||
|
$content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
|
||||||
|
|
||||||
|
$sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
|
||||||
|
|
||||||
|
?>
|
||||||
19
server/content/planning_list.php
Normal file
19
server/content/planning_list.php
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
// TODO: Create site
|
||||||
|
|
||||||
|
$sp['title'] = 'Seite noch nicht unterstuuml;tzt - Regatten.net ' . $_CLASS['name'];
|
||||||
|
$sp['backbutton'] = true;
|
||||||
|
|
||||||
|
$content = $tpl->load('error', ['404', 'Seite existiert noch nicht']);
|
||||||
|
$content .= '<p>';
|
||||||
|
$content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.<br>';
|
||||||
|
$content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.<br>';
|
||||||
|
$content .= 'Wie wäre es mit der Homepage?';
|
||||||
|
$content .= '</p>';
|
||||||
|
$content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
|
||||||
|
$content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
|
||||||
|
|
||||||
|
$sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
|
||||||
|
|
||||||
|
?>
|
||||||
19
server/content/planning_view.php
Normal file
19
server/content/planning_view.php
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
// TODO: Create site
|
||||||
|
|
||||||
|
$sp['title'] = 'Seite noch nicht unterstuuml;tzt - Regatten.net ' . $_CLASS['name'];
|
||||||
|
$sp['backbutton'] = true;
|
||||||
|
|
||||||
|
$content = $tpl->load('error', ['404', 'Seite existiert noch nicht']);
|
||||||
|
$content .= '<p>';
|
||||||
|
$content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.<br>';
|
||||||
|
$content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.<br>';
|
||||||
|
$content .= 'Wie wäre es mit der Homepage?';
|
||||||
|
$content .= '</p>';
|
||||||
|
$content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
|
||||||
|
$content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
|
||||||
|
|
||||||
|
$sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
|
||||||
|
|
||||||
|
?>
|
||||||
19
server/content/regatta_plan.php
Normal file
19
server/content/regatta_plan.php
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
// TODO: Create site
|
||||||
|
|
||||||
|
$sp['title'] = 'Seite noch nicht unterstuuml;tzt - Regatten.net ' . $_CLASS['name'];
|
||||||
|
$sp['backbutton'] = true;
|
||||||
|
|
||||||
|
$content = $tpl->load('error', ['404', 'Seite existiert noch nicht']);
|
||||||
|
$content .= '<p>';
|
||||||
|
$content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.<br>';
|
||||||
|
$content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.<br>';
|
||||||
|
$content .= 'Wie wäre es mit der Homepage?';
|
||||||
|
$content .= '</p>';
|
||||||
|
$content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
|
||||||
|
$content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
|
||||||
|
|
||||||
|
$sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
|
||||||
|
|
||||||
|
?>
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
$sp['output'] .= $tpl->load('pagination', ['html-id' => 'pagination']);
|
$sp['output'] .= $tpl->load('pagination', ['html-id' => 'pagination']);
|
||||||
|
|
||||||
// Menu
|
// Menu
|
||||||
// TODO: add entries for jump2rank jump2club
|
// TODO: add entries for follow, jump2rank, jump2club and more?
|
||||||
$items = $tpl->load('menu/item-icon', ['', '#', 'html-id' => 'menu-item-year', 'icon' => 'fa-edit']);
|
$items = $tpl->load('menu/item-icon', ['', '#', 'html-id' => 'menu-item-year', 'icon' => 'fa-edit']);
|
||||||
$items .= $tpl->load('menu/item-icon', ['Vereins-Website', '', 'html-id' => 'menu-item-clubwebsite', 'icon' => 'fa-globe']);
|
$items .= $tpl->load('menu/item-icon', ['Vereins-Website', '', 'html-id' => 'menu-item-clubwebsite', 'icon' => 'fa-globe']);
|
||||||
$sp['menus'] .= $tpl->load('menu/bottom', [$items, 'html-id' => 'menu-sailor', 'title' => 'Segler-Details', 'height' => 320]);
|
$sp['menus'] .= $tpl->load('menu/bottom', [$items, 'html-id' => 'menu-sailor', 'title' => 'Segler-Details', 'height' => 320]);
|
||||||
|
|||||||
19
server/content/trim_boat.php
Normal file
19
server/content/trim_boat.php
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
// TODO: Create site
|
||||||
|
|
||||||
|
$sp['title'] = 'Seite noch nicht unterstuuml;tzt - Regatten.net ' . $_CLASS['name'];
|
||||||
|
$sp['backbutton'] = true;
|
||||||
|
|
||||||
|
$content = $tpl->load('error', ['404', 'Seite existiert noch nicht']);
|
||||||
|
$content .= '<p>';
|
||||||
|
$content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.<br>';
|
||||||
|
$content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.<br>';
|
||||||
|
$content .= 'Wie wäre es mit der Homepage?';
|
||||||
|
$content .= '</p>';
|
||||||
|
$content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
|
||||||
|
$content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
|
||||||
|
|
||||||
|
$sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
|
||||||
|
|
||||||
|
?>
|
||||||
19
server/content/trim_boat_edit.php
Normal file
19
server/content/trim_boat_edit.php
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
// TODO: Create site
|
||||||
|
|
||||||
|
$sp['title'] = 'Seite noch nicht unterstuuml;tzt - Regatten.net ' . $_CLASS['name'];
|
||||||
|
$sp['backbutton'] = true;
|
||||||
|
|
||||||
|
$content = $tpl->load('error', ['404', 'Seite existiert noch nicht']);
|
||||||
|
$content .= '<p>';
|
||||||
|
$content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.<br>';
|
||||||
|
$content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.<br>';
|
||||||
|
$content .= 'Wie wäre es mit der Homepage?';
|
||||||
|
$content .= '</p>';
|
||||||
|
$content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
|
||||||
|
$content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
|
||||||
|
|
||||||
|
$sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
|
||||||
|
|
||||||
|
?>
|
||||||
19
server/content/trim_list.php
Normal file
19
server/content/trim_list.php
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
// TODO: Create site
|
||||||
|
|
||||||
|
$sp['title'] = 'Seite noch nicht unterstuuml;tzt - Regatten.net ' . $_CLASS['name'];
|
||||||
|
$sp['backbutton'] = true;
|
||||||
|
|
||||||
|
$content = $tpl->load('error', ['404', 'Seite existiert noch nicht']);
|
||||||
|
$content .= '<p>';
|
||||||
|
$content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.<br>';
|
||||||
|
$content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.<br>';
|
||||||
|
$content .= 'Wie wäre es mit der Homepage?';
|
||||||
|
$content .= '</p>';
|
||||||
|
$content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
|
||||||
|
$content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
|
||||||
|
|
||||||
|
$sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
|
||||||
|
|
||||||
|
?>
|
||||||
19
server/content/trim_trim_add.php
Normal file
19
server/content/trim_trim_add.php
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
// TODO: Create site
|
||||||
|
|
||||||
|
$sp['title'] = 'Seite noch nicht unterstuuml;tzt - Regatten.net ' . $_CLASS['name'];
|
||||||
|
$sp['backbutton'] = true;
|
||||||
|
|
||||||
|
$content = $tpl->load('error', ['404', 'Seite existiert noch nicht']);
|
||||||
|
$content .= '<p>';
|
||||||
|
$content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.<br>';
|
||||||
|
$content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.<br>';
|
||||||
|
$content .= 'Wie wäre es mit der Homepage?';
|
||||||
|
$content .= '</p>';
|
||||||
|
$content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
|
||||||
|
$content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
|
||||||
|
|
||||||
|
$sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
|
||||||
|
|
||||||
|
?>
|
||||||
19
server/content/trim_trim_edit.php
Normal file
19
server/content/trim_trim_edit.php
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
// TODO: Create site
|
||||||
|
|
||||||
|
$sp['title'] = 'Seite noch nicht unterstuuml;tzt - Regatten.net ' . $_CLASS['name'];
|
||||||
|
$sp['backbutton'] = true;
|
||||||
|
|
||||||
|
$content = $tpl->load('error', ['404', 'Seite existiert noch nicht']);
|
||||||
|
$content .= '<p>';
|
||||||
|
$content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.<br>';
|
||||||
|
$content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.<br>';
|
||||||
|
$content .= 'Wie wäre es mit der Homepage?';
|
||||||
|
$content .= '</p>';
|
||||||
|
$content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
|
||||||
|
$content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
|
||||||
|
|
||||||
|
$sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
|
||||||
|
|
||||||
|
?>
|
||||||
Reference in New Issue
Block a user