so
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user