This commit is contained in:
2025-11-20 22:23:38 +01:00
parent d48a5abaeb
commit c814410ebd

View File

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