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/somerenslust.komma.pro/config/site.php
<?php

return [

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

    'showGrid' => false,

    'name' => 'Somerens Lust',
    'facebook' => 'https://www.facebook.com/MuziekverenigingSomerensLust',
    'youtube' => 'https://www.youtube.com/channel/UCbGP7B9bj_3LdjPAn3NX_WA/featured',
    'flickr' => 'https://www.flickr.com/photos/145231944@N07/albums/with/72157690259972925',

    'navigation' => [
        'home',
        'actual',
        'band',
        'relation',
        'contact',
    ],

    'corporation_parts' => [
        'orchestra',
        'percussion',
        'education',
        'jazzAcademy',
    ],
    'mobile_navigation' => [
        'home',
        'posts'
    ],

    'mobile_nav' => [
        [
            'home',
            'news',
            'calender',
            'akkoords',
            'band',
            'relation',
            'contact',
        ],
        [
            'orchestra',
            'percussion',
            'education',
            'jazzAcademy',
        ],
    ],


    // Key is the slug of the desired site
    'domains' => [
        'default' => ['localhost:8000'],
        'lacom' => ['localhost:8001'],
    ]
];