Files
breadcrumb-the-shire/config/settings.php

10 lines
190 B
PHP
Raw Normal View History

2026-02-04 23:31:53 +01:00
<?php
return array (
'app_title' => 'IVMS',
'app_locale' => 'de',
'app_theme' => 'dark',
'app_theme_user' => '1',
2026-02-11 19:28:12 +01:00
'app_registration' => '1',
'app_primary_color' => '#105433',
2026-02-04 23:31:53 +01:00
);