Added lists (sailors, boats, clubs)

This commit is contained in:
Timon Ostertun
2020-09-25 23:39:49 +02:00
parent 5bc2d19800
commit c660fed9f0
12 changed files with 666 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<?php
$sp['title'] = 'Fehler 404 - Regatten.net Pirat';
$sp['title'] = 'Fehler 404 - Regatten.net ' . $_CLASS['name'];
$sp['backbutton'] = true;
$content = $tpl->load('error', ['404', 'Seite nicht gefunden']);