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/shop.komma.nl/config/site.php
<?php

return [

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

    'show_grid' => false,
    'tracking_cookies' => false,
    'mailTo' => 'support@komma.pro',

    // Komma
    'company' => [
        'url' => 'https://komma.pro',
        'email' => 'info@komma.pro',
        'name' => 'Komma',
        'address' => 'Randweg-Zuid 1',
        'postal_code' => '6021PW',
        'city' => 'Budel',
        'country' => 'Nederland',
        'chamber_of_commerce' => '012345678',
        'vat' => '012345678',
        'iban' => '012345678',
        'phone' => [
            'call' => '0031495599411',
            'display' => '+31 (0)495 59 94 11',
        ],
        'googleMaps' => [
            'lat' => 51.2618222,
            'lng' => 5.5965538,
        ]
    ],

    'navigation' => [
        'home',
//        'about',
        'categories',
    ],

    'mobile_navigation' => [
        'home',
//        'about',
        'contact',
        'products'
    ],

    'footer_navigation' => [
        'home',
//        'about',
        'contact',
        'products',
    ],

];