This commit is contained in:
2025-11-25 21:34:44 +01:00
parent bd5f144179
commit fa245632f0

View File

@@ -1,8 +1,6 @@
<?php
$pageKey = 'landing';
//include_once dirname(__DIR__) . "/../config/fileload.php";
/*
include_once dirname(__DIR__) . "/../config/fileload.php";
// Sprachlogik:
$lang = $_GET['lang'] ?? 'en';
$lang = in_array($lang, ['de','en','it','fr']) ? $lang : 'en';
@@ -30,5 +28,4 @@ tpl('features', 'landing', 'main');
tpl('security', 'landing', 'main');
tpl('faq', 'landing', 'main');
tpl('layout_end'); // structure/footer.phpW
*/
tpl('layout_end'); // structure/footer.php