This commit is contained in:
2025-11-20 22:26:31 +01:00
parent 820c55e093
commit ef53f5ddcc

View File

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