This commit is contained in:
2025-11-20 02:38:00 +01:00
parent c92fffbf70
commit c33de2f690

View File

@@ -1,5 +1,5 @@
<?php <?php
//require __DIR__ . '/../src/functions.php'; require __DIR__ . '/../src/functions.php';
// Sprachlogik: // Sprachlogik:
$lang = $_GET['lang'] ?? 'en'; $lang = $_GET['lang'] ?? 'en';
@@ -18,7 +18,7 @@ $navAnchors = [
[ 'href' => '#security', 'key' => 'nav_security' ], [ 'href' => '#security', 'key' => 'nav_security' ],
[ 'href' => '#faq', 'key' => 'nav_faq' ], [ 'href' => '#faq', 'key' => 'nav_faq' ],
]; ];
/*
tpl('layout_start'); // structure/header.php tpl('layout_start'); // structure/header.php
tpl('hero', 'landing', 'main'); tpl('hero', 'landing', 'main');