This commit is contained in:
2025-11-25 22:43:43 +01:00
parent 61654fb966
commit f8230f5dde
4 changed files with 9 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<?php
$pageKey = 'landing';
require __DIR__ . '/../config/fileload.php';
require_once __DIR__ . '/../config/fileload.php';
// Sprachlogik:
@@ -30,4 +30,7 @@ tpl('features', 'landing', 'main');
tpl('security', 'landing', 'main');
tpl('faq', 'landing', 'main');
tpl('layout_end'); // structure/footer.php
tpl('layout_end'); // structure/footer.php
echo __DIR__ ;
echo dirname(__DIR__) ;