This commit is contained in:
2025-11-25 21:39:35 +01:00
parent fa245632f0
commit 9a8833dc68

View File

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