asdasd
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
$pageKey = 'landing';
|
||||
include_once dirname(__DIR__) . "/../config/fileload.php";
|
||||
require_once dirname(__DIR__) . "/../config/fileload.php";
|
||||
|
||||
|
||||
/*
|
||||
// Sprachlogik:
|
||||
$lang = $_GET['lang'] ?? 'en';
|
||||
$lang = in_array($lang, ['de','en','it','fr']) ? $lang : 'en';
|
||||
@@ -11,7 +11,7 @@ $lang = in_array($lang, ['de','en','it','fr']) ? $lang : 'en';
|
||||
$userInitials = null;
|
||||
|
||||
// Seitentitel & Description für das Layout
|
||||
$pageTitle = app_primary_domain() . ' – Test USB-Sticks';
|
||||
//$pageTitle = app_primary_domain() . ' – Test USB-Sticks';
|
||||
$pageDescription = 'Prüfe deine USB-Sticks auf Geschwindigkeit, Integrität und mögliche Fakes – direkt im Browser.';
|
||||
$navAnchors = [
|
||||
[ 'href' => '#how', 'key' => 'nav_how' ],
|
||||
@@ -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');
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
echo "blub";
|
||||
$GLOBALS['page_header_scripts'] = $GLOBALS['page_header_scripts'] ?? [];
|
||||
$GLOBALS['page_footer_scripts'] = $GLOBALS['page_footer_scripts'] ?? [];
|
||||
$GLOBALS['page_styles'] = $GLOBALS['page_styles'] ?? [];
|
||||
|
||||
Reference in New Issue
Block a user