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

9 lines
161 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',
'app_primary_color' => '#9b3dc7',
);