diff options
author | friendica <info@friendica.com> | 2013-10-10 17:02:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-10 17:02:52 -0700 |
commit | 993e90e9746b6a6fbc763200fefb763439770515 (patch) | |
tree | 3a11d248c0127111796770c980fa1c4a5f7b3041 /view | |
parent | 8cc87d6448b0870e52770479996ea58b448f2897 (diff) | |
download | volse-hubzilla-993e90e9746b6a6fbc763200fefb763439770515.tar.gz volse-hubzilla-993e90e9746b6a6fbc763200fefb763439770515.tar.bz2 volse-hubzilla-993e90e9746b6a6fbc763200fefb763439770515.zip |
Easier to load a chosen schema if one has a chosen schema to load...
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/php/style.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 0245680d7..2afcbae66 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -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"); |