This commit is contained in:
2025-11-20 22:24:49 +01:00
parent c814410ebd
commit 820c55e093

View File

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