HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers54/csbinstallatietechniek.nl/config/site.php
<?php

return [

    /* Basic settings
       ========================================================================== */

    'show_grid' => false,
    'tracking_cookies' => false,
    'mailTo' => 'info@csbinstallatietechniek.nl',
    'quotationMailTo' => 'calculatie@csbinstallatietechniek.nl',

    // Komma
    'company' => [
        'url' => 'https://csbinstallatietechniek.nl',
        'email' => 'info@csbinstallatietechniek.nl',
        'name' => 'CSB Installatietechniek B.V.',
        'address' => 'Randweg-Zuid 13',
        'postal_code' => '6021 PT',
        'city' => 'Budel',
        'country' => 'Nederland',
        'chamber_of_commerce' => '17140572',
        'vat' => '8103.34.057.B01',
        'phone' => [
            'call' => '+31495595959',
            'display' => '+31 (0)495 59 59 59',
        ],
        'googleMaps' => [
            'lat' => 51.2618222,
            'lng' => 5.5965538,
        ]
    ],

    'navigation' => [
        'products',
        'projects',
        'design_build',
        'subsidy',
        'contact',
    ],

    'secondaryNavigation' => [
        'home',
        'about',
        'service',
        'references',
        'vacancies',
    ],

    'mobile_navigation' => [
        'home',
        'products',
        'projects',
        'design_build',
        'subsidy',
        'contact',
        'about',
        'service',
        'references',
        'vacancies',
    ],

    'footer_navigation' => [
        'home',
        'projects',
        'about',
        'service',
        'products',
        'references',
        'design_build',
        'subsidy',
        'contact',
    ],

    'subfooter_navigation' => [
        'privacy',
        'sitemap',
        'disclaimer',
        'terms',
    ],

];