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