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/blijegasten/blijegasten.be/config/site.php
<?php

return [

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

    'show_grid' => false,
    'tracking_cookies' => false,
    'log_old_session'  => false,
//    'mailTo' => 'pascal@komma.pro',
    'mailTo' => 'info@blijegasten.be',

    'search_key' => 'q',

    // Komma
    'company' => [
        'url' => 'https://blijegasten.be',
        'email' => 'info@blijegasten.be',
        'fullName' => 'Blije Gasten B.V.',
        'name' => 'Blije Gasten',
        'address' => 'Nijverheidsweg 14',
        'postal_code' => '3960',
        'city' => 'Bree',
        'country' => 'Belgiƫ',
        'chamber_of_commerce' => '012345678',
        'vat' => 'BE0668728094',
        'iban' => 'BE81 0689 3505 0624',
        'phone' => [
            'call' => '+3289721642',
            'display' => '+32 (0)89 72 16 42',
        ],
        'googleMaps' => [
            'lat' => 51.121288,
            'lng' => 5.585368,
        ]
    ],

    'navigation' => [
        'inspiration',
        'caterers',
        'about',
        'workflow',
        'references',
        'contact',
    ],

    'mobile_navigation' => [
        'categories',
        'inspiration',
        'caterers',
        'about',
        'workflow',
        'references',
        'faq',
        'contact',
    ],

    'footer_navigation' => [
        'categories',
        'inspiration',
        'caterers',
        'about',
        'workflow',
        'references',
        'faq',
        'contact',
    ],

    'subfooter_navigation' => [
        'legal',
        'privacy',
        'disclaimer',
    ],

    'category_icon' => [
        'glass_porcelain' => 'glass',
        'cookers' => 'bbq',
    ],

];