Easier to load a chosen schema if one has a chosen schema to load...
This commit is contained in:
parent
8cc87d6448
commit
993e90e974
@ -30,6 +30,7 @@
|
||||
}
|
||||
|
||||
// Load the owners pconfig
|
||||
$schema = get_pconfig($uid,'redbasic','schema');
|
||||
$bgcolour = get_pconfig($uid, "redbasic", "background_colour");
|
||||
$background_image = get_pconfig($uid, "redbasic", "background_image");
|
||||
$item_colour = get_pconfig($uid, "redbasic", "item_colour");
|
||||
|
Reference in New Issue
Block a user