]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.php
@brief is removed completely
[friendica.git] / view / theme / duepuntozero / style.php
index a5810f2dc131cb06237fbe253b645c8867d970c1..189d5ac400d4f2b4a65de1995e92d1673aa44f93 100644 (file)
@@ -3,17 +3,16 @@
  * @file view/theme/duepuntozero/style.php
  */
 use Friendica\Core\Config;
-use Friendica\Core\PConfig;
-use Friendica\Model\Profile;
+use Friendica\DI;
 
 if (file_exists("$THEMEPATH/style.css")) {
        echo file_get_contents("$THEMEPATH/style.css");
 }
 
-$uid = defaults($_REQUEST, 'puid', 0);
+$uid = $_REQUEST['puid'] ?? 0;
 
 $s_colorset = Config::get('duepuntozero', 'colorset');
-$colorset = PConfig::get($uid, 'duepuntozero', 'colorset');
+$colorset = DI::pConfig()->get($uid, 'duepuntozero', 'colorset');
 
 if (empty($colorset)) {
        $colorset = $s_colorset;