From 261e64d312f6ea6670afac943f157936e33801e2 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Thu, 20 Nov 2025 22:55:40 +0100 Subject: [PATCH] as --- src/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'];