diff --git a/src/functions.php b/src/functions.php index 070ad6e..6ab5673 100644 --- a/src/functions.php +++ b/src/functions.php @@ -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'];