setLocale('de-DE'); $theme = (empty($config['theme']) ? 'bootstrap' : $config['theme']); $themeColors = [ 'bootstrap' => '#0d6efd', 'flatly' => '#2c3e50', 'darkly' => '#375a7f', 'cosmo' => '#2780e3', 'cerulean' => '#2fa4e7', 'journal' => '#eb6864', 'litera' => '#4582ec', 'lumen' => '#158cba', 'lux' => '#1a1a1a', 'materia' => '#2196f3', 'minty' => '#78c2ad', 'morph' => '#378dfc', 'pulse' => '#593196', 'quartz' => '#6d45bb', 'sandstone' => '#93c54b', 'simplex' => '#d9230f', 'sketchy' => '#333333', 'slate' => '#3a3f44', 'solar' => '#b58900', 'spacelab' => '#446e9b', 'superhero' => '#df6919', 'united' => '#e95420', 'vapor' => '#6f42c1', 'yeti' => '#008cba', 'zephyr' => '#3459e6', ]; $themeColor = $themeColors[$theme] ?? '#0d6efd'; ?> >