11 lines
258 B
PHP
11 lines
258 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
array (
|
|
'syndication_repos' =>
|
|
array (
|
|
'ddb' => 'Bibliothèque numérique allemande (DDB)',
|
|
'europeana' => 'Europeana',
|
|
'smb-digital' => 'SMB-digital',
|
|
'kalliope-verbund' => 'Association Kalliope',
|
|
),
|
|
) |