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