This commit is contained in:
2025-11-20 22:41:57 +01:00
parent ef53f5ddcc
commit 821b5ac581
3 changed files with 3 additions and 2 deletions

View File

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