diff options
author | friendica <info@friendica.com> | 2013-03-21 02:21:56 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-21 02:21:56 -0700 |
commit | d9492a4a7687ba3804fcb353d916002b8fb2853d (patch) | |
tree | 52428574e452bf01db114cdb24599ddae3791edd /view/theme/redbasic/php/style.php | |
parent | 4b22c6e531739d96fbe9c78f629aa34c35acb821 (diff) | |
parent | 6db6f6640e73b85ddedbcbacb60f06b185372065 (diff) | |
download | volse-hubzilla-d9492a4a7687ba3804fcb353d916002b8fb2853d.tar.gz volse-hubzilla-d9492a4a7687ba3804fcb353d916002b8fb2853d.tar.bz2 volse-hubzilla-d9492a4a7687ba3804fcb353d916002b8fb2853d.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-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; |