Files
breadcrumb-the-shire/config/settings.php
2026-02-11 19:28:12 +01:00

10 lines
190 B
PHP

<?php
return array (
'app_title' => 'IVMS',
'app_locale' => 'de',
'app_theme' => 'dark',
'app_theme_user' => '1',
'app_registration' => '1',
'app_primary_color' => '#105433',
);