diff --git a/src/functions.php b/src/functions.php index f7cb601..9664f40 100644 --- a/src/functions.php +++ b/src/functions.php @@ -37,7 +37,7 @@ function tpl(string $file, string $type = 'structure', string $site = 'main'): v // Datei laden if (file_exists($path)) { - include $path; + echo include $path; } else { echo ""; }