From 61654fb966a5b049048a31784e4e6212e8328951 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Tue, 25 Nov 2025 22:34:36 +0100 Subject: [PATCH] raus --- public/index.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/index.php b/public/index.php index fe9535e..c9e95a7 100644 --- a/public/index.php +++ b/public/index.php @@ -20,7 +20,7 @@ $navAnchors = [ [ 'href' => '#security', 'key' => 'nav_security' ], [ 'href' => '#faq', 'key' => 'nav_faq' ], ]; -/* + tpl('layout_start'); // structure/header.php tpl('hero', 'landing', 'main'); @@ -30,5 +30,4 @@ tpl('features', 'landing', 'main'); tpl('security', 'landing', 'main'); tpl('faq', 'landing', 'main'); -tpl('layout_end'); // structure/footer.php -*/ \ No newline at end of file +tpl('layout_end'); // structure/footer.php \ No newline at end of file