HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/fvr.creativefellows.nl/config/labels.nl.php
<?php
	
$settings = [];

$settings["labels"] = [
	
	"404" => [
		"title" => "Helaas, de pagina kan niet worden gevonden",
		"description"  => "Mogelijk bestaat de pagina niet meer of is de URL onjuist.",
		"image" => '<img src="/images/fvru.png" alt="404 Pagina niet gevonden" class="image__not-found">',
	]	
	
]; 


$settings["custom_navigation"] = [
	"search-site" => [
		"html" => '<div class="search-icon">
						<label for="search-site"><i class="fa fa-search"></i></label>
					</div>
					<div class="input-wrapper open">
						<form action="/search" methode="get"><input type="text" placeholder="Search products, solutions, news" name="q" id="search-site" value="" autocomplete="off"><button type="submit">Search</button></form>
					</div>'
	],
	"change-language" => [
		"html" => '<a href="/choose-country-region" class=""><i class="fa fa-globe"></i></a>'
		
	],
	"contact-us" => [
		"html" => '<a href="/nl/contact-us" class="button button__hollow button__rounded">Contact Opnemen</a>'
	]
];



	
return $settings;