aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-21 02:20:32 -0700
committerfriendica <info@friendica.com>2013-03-21 02:20:32 -0700
commit6db6f6640e73b85ddedbcbacb60f06b185372065 (patch)
tree36ba57422c6fb54ed44b693cda9ca11e2a8b76e3 /view/theme
parent6a82fd609a5761072206b151846271bbefd92041 (diff)
parent06c5d0fcc2b5a2a5babe0ef3b2fcaadf4cefbc31 (diff)
downloadvolse-hubzilla-6db6f6640e73b85ddedbcbacb60f06b185372065.tar.gz
volse-hubzilla-6db6f6640e73b85ddedbcbacb60f06b185372065.tar.bz2
volse-hubzilla-6db6f6640e73b85ddedbcbacb60f06b185372065.zip
Merge pull request #38 from beardy-unixer/master
Small fixes
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/php/style.php3
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;