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

return [

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

    'site_version' => 'be',

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

    'shop_currency' => '€',
    'vat_percentage' => 21,
    'deposit_percentage' => 50,
    'default_start_time' => '14:00:00', // in time format H:i:s
    'time_gap' => 30, // In minutes
    'max_start_item_each_time_gap' => 2,
    'send_client_reminder_days' => 14, // Amount of days we send the client reminder mail
    'send_day_plan_days' => 2, // Amount of days before activities we send the day plans mail
    'send_program_reminder_days' => 3, // Amount of days before program reminder is send

    'client_types' => [
        'business' => 0,
        'private' => 1,
        'organisation' => 2,
    ],


    'kiyoh' => [
        'link' => 'https://www.kiyoh.com/location-group/farmfun_be',
        'poperinge' => [
            'link' => 'https://www.kiyoh.com/location-group/farmfun_be/1063306/farmfun_poperinge',
        ],
        'merchtem' => [
            'link' => 'https://www.kiyoh.com/location-group/farmfun_be/1062387/farmfun_merchtem',
        ],
        'bocholt' => [
            'link' => 'https://www.kiyoh.com/location-group/farmfun_be/1041693/farmfun_bocholt',
        ],
        'essen' => [
            'link' => 'https://www.kiyoh.com/location-group/farmfun_be/1041694/farmfun_essen',
        ],
        'aalter' => [
            'link' => 'https://www.kiyoh.com/location-group/farmfun_be/1065736/farmfun_aalter',
        ],
        'geel' => [
            'link' => 'https://www.kiyoh.com/location-group/farmfun_be/1065737/farmfun_geel',
        ],
        'beveren-waas' => [
            'link' => 'https://www.kiyoh.com/location-group/farmfun_be/1067259/farmfun_beveren',
        ],
        'velp-nb' => [
            'link' => 'https://www.kiyoh.com/location-group/farmfun_be/1076808/farmfun_velp',
        ],
        'zwevegem' => [
            'link' => 'https://www.kiyoh.com/location-group/farmfun_be/1077778/farmfun_zwevegem',
        ],
    ],

    'company' => [
        'name' => 'Farmfun',
        'vat' => 'BE0733 696 320',

        'phone' => [
            'call' => '003226691666',
            'display' => '+32 26 69 16 66',
        ],
    ],

    'pre_navigation' => [
        'about',
        'faq',
        'posts',
        'page_39',
        'page_27',
    ],

    'navigation' => [
        'products',
        'page_41',
        'locations',
        'reviews',
        'contact',
    ],

    'mobile_navigation' => [
        'home',
        'products',
        'page_41',
        'reviews',
        'contact',
    ],

    'mobile_navigation_sub' => [
        'locations',
        'page_27',
        'about',
        'faq',
        'posts',
        'page_39',
        'legal',
        'privacy',
        'disclaimer',
    ],

    'footer_navigation' => [
        'products',
        'about',
        'faq',
        'posts',
        'vacancies',
        'references',
        'contact',
        '',
        'page_39',
        'kennisbank',
        'eventbanners',
    ],

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


    'be' => [
        'gtm' => 'GTM-NFNWLK7',
        'mailTo' => 'info@farmfun.be',
        'vat' => 'BE0733 696 320',

        'url' => 'https://farmfun.be',
        'email' => 'info@farmfun.be',
        'email_cta' => 'mathijs@farmfun.be',

        'phone' => [
            'call' => '003226691666',
            'display' => '+32 26 69 16 66',
        ],

        'social' => [
            'linkedin' => 'https://www.linkedin.com/company/farmfun/',
            'facebook' => 'https://www.facebook.com/farmfun.be',
            'instagram' => 'https://www.instagram.com/farmfun.be/',
            'youtube' => 'https://www.youtube.com/channel/UC7rBauDM3-QRoYMED-4v7MQ',
            'tiktok' => 'https://www.tiktok.com/@farmfun_teambuilding?lang=nl-NL',
        ],
    ],

    'nl' => [
        'gtm' => 'GTM-P3ZF4GV',
        'mailTo' => 'info@farmfun.nl',
        'vat' => 'NL 8272 99 88 6B01',

        'url' => 'https://farmfun.nl',
        'email' => 'info@farmfun.nl',
        'email_cta' => 'info@farmfun.nl',

        'phone' => [
            'call' => '0031486794041',
            'display' => '+31 486 794 041',
        ],

        'social' => [
            'linkedin' => 'https://www.linkedin.com/company/farmfun/',
            'facebook' => 'https://www.facebook.com/farmfun.nl',
            'instagram' => 'https://www.instagram.com/farmfun.nl/',
            'youtube' => 'https://www.youtube.com/channel/UC7rBauDM3-QRoYMED-4v7MQ',
            'tiktok' => 'https://www.tiktok.com/@farmfun_teambuilding?lang=nl-NL',
        ],
    ],

];