Make style.php require query parameter puid for specific stylesheets
This commit is contained in:
parent
6d1bc974a0
commit
1bdb3c916a
4 changed files with 4 additions and 4 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue