10 lines
231 B
PHP
10 lines
231 B
PHP
|
<?php return array (
|
||
|
'contact_email' => '',
|
||
|
'contact_name' => '',
|
||
|
'contact_adress' => '',
|
||
|
'contact_phone' => '',
|
||
|
'contact_postal_code' => '',
|
||
|
'contact_region' => '',
|
||
|
'contact_country' => '',
|
||
|
'contact_city' => ''
|
||
|
) ;
|