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/EUmans/umansradepo.be/app/config/umans.php
<?php

    return [
        'type' => 'isolation',
        'business' => 'Umans Radepo',
        'business_isolation' => 'Umans Isolatie',
        'umans' => 'http://www.umansradepo.be/home',
        'spouwmuur' => 'http://www.dak-spouwmuurisolatie.be',

        'email' => 'info@umansradepo.be',
        'email-isolation' => 'info@dak-spouwmuurisolatie.be',

        'locations'=>[
            'overpelt' => [
                'name' => 'Pelt',
                'adres' => 'Astridlaan 213',
                'zip-code' => '3900 Pelt (B)',
//                'adres' => 'Astridlaan 115',
//                'zip-code' => '3900 Overpelt (B)',
                'phone-display' => '+32 (0)11 660 670',
                'phone-call' => '003211660670',
                'email' => 'info@umansradepo.be'
            ],
//            'aarschot' => [
//                'name' => 'Aarschot',
//                'adres' => 'Langdorpsesteenweg 82-84',
//                'zip-code' => '3200 Aarschot (B)',
//                'phone-display' => '+32 (0)16 - 852 929',
//                'phone-call' => '003216852929',
//                'fax-display'=>'+32 (0)16 - 854 861',
//                'fax-call'=>'003216854861',
//                'email' => 'info@umansradepo.be'
//            ],
        ],

        'customer-service' => [
            'ellen' => [
                'phone-display'=> '+32 (0)11 660 670',
                'phone-call'=> '003211660670',
                'name' =>'Ellen Umans',
                'function'=> 'Commericeel manager',
                'image' => '/img/ellen-umans.jpg'
            ]
        ],



    ];