This commit is contained in:
2025-11-20 23:01:15 +01:00
parent 261e64d312
commit 8b1b079e6f
2 changed files with 24 additions and 1 deletions

View File

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