From cd8dc3af79a4493eb9fb24bf7efd85243f1fe3a5 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Wed, 26 Nov 2025 23:13:47 +0100 Subject: [PATCH] langtest --- public/{test_boot.php => debug/boost.php} | 0 public/debug/lang.php | 25 +++++++++++++++++ public/index copy.php | 33 ----------------------- 3 files changed, 25 insertions(+), 33 deletions(-) rename public/{test_boot.php => debug/boost.php} (100%) create mode 100644 public/debug/lang.php delete mode 100644 public/index copy.php diff --git a/public/test_boot.php b/public/debug/boost.php similarity index 100% rename from public/test_boot.php rename to public/debug/boost.php diff --git a/public/debug/lang.php b/public/debug/lang.php new file mode 100644 index 0000000..91d130f --- /dev/null +++ b/public/debug/lang.php @@ -0,0 +1,25 @@ + '#how', 'key' => 'nav_how' ], - [ 'href' => '#problem', 'key' => 'nav_problem' ], - [ 'href' => '#features', 'key' => 'nav_features' ], - [ 'href' => '#security', 'key' => 'nav_security' ], - [ 'href' => '#faq', 'key' => 'nav_faq' ], -]; - -tpl('layout_start'); // structure/header.php - -tpl('hero', 'landing', 'main'); -tpl('how', 'landing', 'main'); -tpl('problem', 'landing', 'main'); -tpl('features', 'landing', 'main'); -tpl('security', 'landing', 'main'); -tpl('faq', 'landing', 'main'); - -tpl('layout_end'); // structure/footer.phpW \ No newline at end of file