so
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
$pageKey = 'landing';
|
||||
require_once dirname(__DIR__) . "/../config/fileload.php";
|
||||
require __DIR__ . '/../config/fileload.php';
|
||||
|
||||
|
||||
// Sprachlogik:
|
||||
@@ -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' ],
|
||||
|
||||
Reference in New Issue
Block a user