sds
This commit is contained in:
@@ -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 "<!-- tpl(): Datei nicht gefunden: $path -->";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user