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/apics.creativefellows.nl/config/settings.en.php
<?php
	

$settings["labels"] = [
	
	"login" => "My Apics", 
	"footer" => 'partials/en/footer.twig',
	
	"error_404" => [
		"title" => "Page not found (404)",
		"description" => "Sorry, we can’t seem to find what you’re looking for",
		"image" => "/images/remote-working.png",
		"menu" => ["Vacatures", "Voor werknemers", "Voor werkgevers","Over Apics","Contact"]
	],	
	
	"search" => [
		"action" => "/en/vacatures",
		"placeholder" => "Which jobs are you looking for?",
		"search" => "Search",
	],
		
	"jobs" => [
		"header" 		=> "Vacancies",
		"lead" 			=> "Find your new logistical job here",
		"placeholder" 	=> "Function of keyword",
		"button" 		=> "Search",
		"jobs_label" 	=> "Vacancies",
		"button_view"	=> "View vacancy",
		"filters"		=> [
			"discipline" => "Discipline",
			"education" => "Education",
			"hours" => "Hours",
			"salary" => "Salary",
		]
	],
	
	"pagination" => [
		"next" => "Next",
		"prev" => "Previous",
		"page" => "page",
	],
	
	'cookies' => [
		'cookie_text'			=> "This website uses cookies to improve the user experience. By continuing to use this website, you consent to the use of these cookies.", 
		'cookie_link'			=> '/en/privacy-en-gebruiksvoorwaarden',
		'cookie_link_accept'	=> 'accept-cookies',
		'cookie_button_more'	=> 'Read More',
		'cookie_button_accept'	=> 'Accept',
	],
	
]; 




return $settings;