Easier to load a chosen schema if one has a chosen schema to load...

This commit is contained in:
friendica 2013-10-10 17:02:52 -07:00
parent 8cc87d6448
commit 993e90e974

View File

@ -30,6 +30,7 @@
} }
// Load the owners pconfig // Load the owners pconfig
$schema = get_pconfig($uid,'redbasic','schema');
$bgcolour = get_pconfig($uid, "redbasic", "background_colour"); $bgcolour = get_pconfig($uid, "redbasic", "background_colour");
$background_image = get_pconfig($uid, "redbasic", "background_image"); $background_image = get_pconfig($uid, "redbasic", "background_image");
$item_colour = get_pconfig($uid, "redbasic", "item_colour"); $item_colour = get_pconfig($uid, "redbasic", "item_colour");