This commit is contained in:
2025-11-20 22:55:40 +01:00
parent 52d578ad47
commit 261e64d312

View File

@@ -14,7 +14,7 @@ function tpl(string $file, string $type = 'structure', string $site = 'main'): v
{ {
// Basisordner // Basisordner
$base = __DIR__ . '/../partials/'; $base = __DIR__ . '/partials/';
// Erlaubte Typen & Sites // Erlaubte Typen & Sites
$allowedTypes = ['structure', 'landing']; $allowedTypes = ['structure', 'landing'];