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 ""; }