diff options
author | Thomas Willingham <founder@kakste.com> | 2013-03-20 22:57:08 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-03-20 22:57:08 +0000 |
commit | f49dcc0a0c6694e46dc445c81d69f0a069ac2c09 (patch) | |
tree | 6df3cd90c0a0ff7cdfb0a9f7f8823cc1daa6c5dc /view/theme | |
parent | 39028d618403e40741009b070e4c969d499cf021 (diff) | |
download | volse-hubzilla-f49dcc0a0c6694e46dc445c81d69f0a069ac2c09.tar.gz volse-hubzilla-f49dcc0a0c6694e46dc445c81d69f0a069ac2c09.tar.bz2 volse-hubzilla-f49dcc0a0c6694e46dc445c81d69f0a069ac2c09.zip |
Use load_pconfig in style.php
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/php/style.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 6e8bd8a18..e011d6185 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -2,7 +2,8 @@ // This needs changing now, if we're going for global settings. Admin settings have been removed in preparation, You *should* just be able to remove all // the get_config bits, though this is untested. // We also need to eventually. Use the page owners settings for everybody - get_pconfig(page_owner()) or whatever that would look like. - + load_pconfig(local_user(),'redbasic'); + $line_height = false; $redbasic_font_size = false; $resolution = false; |