From c814410ebda30be9e110fff64b34cf52b6ba851a Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Thu, 20 Nov 2025 22:23:38 +0100 Subject: [PATCH] asd --- src/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.php b/src/functions.php index 13cbbac..59b8076 100644 --- a/src/functions.php +++ b/src/functions.php @@ -38,7 +38,7 @@ function tpl(string $file, string $type = 'structure', string $site = 'main'): v // Datei laden if (file_exists($path)) { - echo include $path; + include $path; } else { echo "";