From ef53f5ddccf146ba36e73723c3dc6afaa373f01c Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Thu, 20 Nov 2025 22:26:31 +0100 Subject: [PATCH] as --- src/functions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/functions.php b/src/functions.php index 193ea2e..5ff5008 100644 --- a/src/functions.php +++ b/src/functions.php @@ -34,11 +34,10 @@ function tpl(string $file, string $type = 'structure', string $site = 'main'): v // structure -> structure/{file}.php $path = $base . "structure/$file.php"; } - echo "irgendwa"; // Datei laden if (file_exists($path)) { - include $path; + echo include $path; } else { echo "";