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'
]
],
];