domain
This commit is contained in:
@@ -10,7 +10,7 @@ $lang = in_array($lang, ['de','en','it','fr']) ? $lang : 'en';
|
||||
$userInitials = null;
|
||||
|
||||
// Seitentitel & Description für das Layout
|
||||
$pageTitle = 'usbcheck.it – 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' ],
|
||||
@@ -29,4 +29,4 @@ tpl('features', 'landing', 'main');
|
||||
tpl('security', 'landing', 'main');
|
||||
tpl('faq', 'landing', 'main');
|
||||
|
||||
tpl('layout_end'); // structure/footer.phpW
|
||||
tpl('layout_end'); // structure/footer.phpW
|
||||
|
||||
Reference in New Issue
Block a user