]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/style.php
spelling: group id
[friendica.git] / view / theme / frio / style.php
index 6e05c6b328e5b590aa4283856473ed27d99fd93a..863a62f1e84dc02d8ae0170ec94c1163b5ea1aa5 100644 (file)
@@ -49,7 +49,7 @@ $login_bg_color   = '';
 $modified         = time();
 
 if (DI::mode()->has(\Friendica\App\Mode::MAINTENANCEDISABLED)) {
-       DI::config()->load('frio');
+       DI::config()->reload();
 
        // Default to hard-coded values for empty settings
        $scheme           = DI::config()->get('frio', 'scheme', DI::config()->get('frio', 'schema'));
@@ -213,6 +213,7 @@ $options = [
 ];
 
 $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) {