]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/style.php
Several settings can now be reached via the site settings
[friendica.git] / view / theme / frio / style.php
index 8feefdc930f4401140199947057f6f58b350adb2..182f36bd0f436a943f2f6f4905c2386b5632b61b 100644 (file)
@@ -49,7 +49,7 @@ $login_bg_color   = '';
 $modified         = time();
 
 if (DI::mode()->has(\Friendica\App\Mode::MAINTENANCEDISABLED)) {
-       DI::config()->reload('frio');
+       DI::config()->reload();
 
        // Default to hard-coded values for empty settings
        $scheme           = DI::config()->get('frio', 'scheme', DI::config()->get('frio', 'schema'));
@@ -209,10 +209,12 @@ $options = [
        '$login_bg_image'              => $login_bg_image,
        '$login_bg_color'              => $login_bg_color,
        '$font_color_darker'           => $font_color_darker ?? '#222',
+       '$font_color_lighter'          => $font_color_lighter ?? '#aaa',
        '$font_color'                  => $font_color ?? '#444',
 ];
 
 $css_tpl = file_get_contents('view/theme/frio/css/style.css');
+$css_tpl .= file_get_contents('view/theme/frio/css/dropzone.min.frio.css');
 
 // Get the content of the scheme css file and the time of the last file change.
 if ($schemecssfile) {