Files
oai-symfony/var/cache/code/core/sites-configuration.php
2026-07-07 13:02:16 +02:00

28 lines
598 B
PHP

<?php
return array (
'cartedalegare' =>
array (
'base' => 'https://localhost/carte/',
'languages' =>
array (
0 =>
array (
'title' => 'Italiano',
'enabled' => true,
'base' => '/',
'typo3Language' => 'it',
'locale' => 'it_IT.utf8',
'iso-639-1' => 'it',
'websiteTitle' => '',
'navigationTitle' => 'Italian',
'hreflang' => 'it-IT',
'direction' => '',
'flag' => 'it',
'languageId' => 0,
),
),
'rootPageId' => 1,
'websiteTitle' => 'Carte da legare',
),
);
#