From 820c55e0930371367d80c3d490b62ecb225aadce Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Thu, 20 Nov 2025 22:24:49 +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 59b8076..193ea2e 100644 --- a/src/functions.php +++ b/src/functions.php @@ -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)) {