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');
if ($a->module !== 'install') {
// Get the UID of the profile owner.
- $uid = Profile::getThemeUid();
+ $uid = defaults($_REQUEST, 'puid', 0);
if ($uid) {
PConfig::load($uid, 'frio');
use Friendica\Core\PConfig;
use Friendica\Model\Profile;
-$uid = Profile::getThemeUid();
+$uid = defaults($_REQUEST, 'puid', 0);
$color = false;
$quattro_align = false;
use Friendica\Core\PConfig;
use Friendica\Model\Profile;
-$uid = Profile::getThemeUid();
+$uid = defaults($_REQUEST, 'puid', 0);
$style = PConfig::get($uid, 'vier', 'style');