7 lines
170 B
PHP
7 lines
170 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$appointment_image_category = array (
|
|
'advertising_material' => 'Werbematerialien',
|
|
'photo_documentation' => 'Fotodokumentation',
|
|
);
|