This commit is contained in:
2025-11-20 22:43:34 +01:00
parent 821b5ac581
commit a600066f38

View File

@@ -38,7 +38,6 @@ function tpl(string $file, string $type = 'structure', string $site = 'main'): v
// Datei laden
if (file_exists($path)) {
include $path;
} else {
echo "<!-- tpl(): Datei nicht gefunden: $path -->";
}