From e47fe346e3b4e32637dda7733de92e8fdcae0491 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Thu, 20 Nov 2025 02:40:27 +0100 Subject: [PATCH] sds --- src/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.php b/src/functions.php index f7cb601..9664f40 100644 --- a/src/functions.php +++ b/src/functions.php @@ -37,7 +37,7 @@ function tpl(string $file, string $type = 'structure', string $site = 'main'): v // Datei laden if (file_exists($path)) { - include $path; + echo include $path; } else { echo ""; }