From c7fbf8f87d4e4cf57c678ab9b96e634def258d48 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Thu, 20 Nov 2025 22:16:47 +0100 Subject: [PATCH] los --- src/functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/functions.php b/src/functions.php index 537aa9f..13cbbac 100644 --- a/src/functions.php +++ b/src/functions.php @@ -34,11 +34,12 @@ 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)) { echo include $path; - echo $path; + } else { echo ""; }