2016-05-07 17:22:09 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
2015-08-29 18:30:52 +00:00
|
|
|
'contact_email' => '',
|
|
|
|
'contact_name' => '',
|
|
|
|
'contact_adress' => '',
|
|
|
|
'contact_phone' => '',
|
|
|
|
'contact_postal_code' => '',
|
|
|
|
'contact_region' => '',
|
|
|
|
'contact_country' => '',
|
2016-05-07 17:22:09 +00:00
|
|
|
'contact_city' => '',
|
|
|
|
);
|