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