]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.php
Issue-#3873
[friendica.git] / view / theme / duepuntozero / style.php
index 1095dfcc5d83ab1a57d17d9e3d32bedc048c539c..48be1e02653ff5fc8763b6a243d959caaab99cfa 100644 (file)
@@ -1,11 +1,15 @@
 <?php
+
+use Friendica\Core\Config;
+use Friendica\Core\PConfig;
+
 if (file_exists("$THEMEPATH/style.css")){
     echo file_get_contents("$THEMEPATH/style.css");
 }
 $uid = get_theme_uid();
 
-$s_colorset = get_config('duepuntozero','colorset');
-$colorset = get_pconfig( $uid, 'duepuntozero', 'colorset');
+$s_colorset = Config::get('duepuntozero','colorset');
+$colorset = PConfig::get( $uid, 'duepuntozero', 'colorset');
 if (!x($colorset))
     $colorset = $s_colorset;