This commit is contained in:
2025-11-20 02:40:27 +01:00
parent 2fbf30679a
commit e47fe346e3

View File

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