]> git.mxchange.org Git - friendica.git/blobdiff - doc/themes.md
Force avatar update for Contact Advanced page
[friendica.git] / doc / themes.md
index f50ea791da08fefde2293747724f345a47e2612a..94dc47da11f10ca58981198319ef962567918399 100644 (file)
@@ -139,7 +139,7 @@ There you'll find somethink alike
 
         $colorset = DI::pConfig()->get( local_user(), 'duepuntozero','colorset');
         if (!$colorset)
-            $colorset = Config::get('duepuntozero', 'colorset');
+            $colorset = DI::config()->get('duepuntozero', 'colorset');
         if ($colorset) {
             if ($colorset == 'greenzero')
                 DI::page()['htmlhead'] .= '<link rel="stylesheet" href="view/theme/duepuntozero/deriv/greenzero.css" type="text/css" media="screen" />'."\n";