]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.php
Make style.php require query parameter puid for specific stylesheets
[friendica.git] / view / theme / duepuntozero / style.php
index 6d102350cc26e6c1d687aaa6d9ec82933ba05b81..a5810f2dc131cb06237fbe253b645c8867d970c1 100644 (file)
@@ -10,7 +10,7 @@ if (file_exists("$THEMEPATH/style.css")) {
        echo file_get_contents("$THEMEPATH/style.css");
 }
 
-$uid = Profile::getThemeUid();
+$uid = defaults($_REQUEST, 'puid', 0);
 
 $s_colorset = Config::get('duepuntozero', 'colorset');
 $colorset = PConfig::get($uid, 'duepuntozero', 'colorset');