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/SBogers10/beat-the-barn.komma.nl/config/site.php
<?php

return [

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

    'showGrid' => false,
    'trackingCookies' => false,
    'mailTo' => 'info@beatthebarn.be',

    'eventplanner_url' => 'https://www.eventplanner.be/bedrijven/4130_beat-the-barn.html',
    'eventplanner_url-write' => 'https://www.eventplanner.be/bedrijven/review/4130_beat-the-barn.html',

    'navigation' => [
        'top' => [
            'about',
            'facilities',
            'references',
            'posts',
            'contact',
        ],
        'main' => [
            'projects',
            'services',
            'dcv_arrangements',
            'coaching',
            'education',
            'quotation',
        ],
    ],

    // Remap the routes of these navigationItems
    'navigationRouteRemapping' => [
        'facilities' => 'catering',
        'coaching' => 'teamontwikkeling',
        'education' => 'helping_on_the_farm',
        'about' => 'the_farm',
    ],

    'mobile_navigation' => [
        'primary' => [
            'projects',
            'services',
            'dcv_arrangements',
            'coaching',
            'education',
            'quotation',
        ],
        'secondary' => [
            'about',
            'facilities',
            'references',
            'posts',
            'contact',
        ],
    ],

    'footer_navigation' => [
        'company' => [
            'home',
            'projects',
            'services',
            'dcv_arrangements',
            'coaching',
            'education',
            'facilities',
        ],
        'other' => [
            'about',
            'references',
            'faq',
            'posts',
            'contact',
            'vacancies',
        ],
    ],

    'servicePoints' => [
        'luc_nouwen' => [
            'name' => 'Luc Nouwen',
            'image' => '/img/servicePoints/luc_nouwen.png',
            'phone' => [
                'call' => '+32498450516',
                'display' => '+32 (0)498 45 05 16',
            ],
        ],
        'marina_geuens' => [
            'name' => 'Marina Geuens',
            'image' => '/img/servicePoints/marina_geuens.png',
            'phone' => [
                'call' => '+32494706713',
                'display' => '+32 (0) 494 70 67 13',
            ],
        ],
        'igor_geubbelmans' => [
            'name' => 'Igor Geubbelmans',
            'image' => '/img/servicePoints/igor_geubbelmans.png',
            'phone' => [
                'call' => '+32496335355',
                'display' => '+32 (0)496 33 53 55',
            ],
        ]
    ],

];