8 lines
218 B
PHP
8 lines
218 B
PHP
|
<?PHP
|
||
|
$phone_types['work'] = 'Work';
|
||
|
$phone_types['home'] = 'Home';
|
||
|
$phone_types['mobile'] = 'Mobile';
|
||
|
$phone_types['work mobile'] = 'Work mobile';
|
||
|
$phone_types['fax'] = 'Fax';
|
||
|
$phone_types['fax work'] = 'Fax (Work)';
|