diff --git a/src/functions.php b/src/functions.php index 4e4f6b8..36f9c8b 100644 --- a/src/functions.php +++ b/src/functions.php @@ -16,7 +16,7 @@ function tpl(string $file, string $type = 'structure', string $site = 'main'): v // Erlaubte Typen & Sites $allowedTypes = ['structure', 'landing']; - $allowedSites = ['main', 'fakecheck']; + $allowedSites = ['main', 'fakecheck','login']; // Validierung if (!in_array($type, $allowedTypes)) {