aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-15 22:31:32 -0700
committerfriendica <info@friendica.com>2013-08-15 22:31:32 -0700
commitb3070cf496e3630a45e9f2ec7679ff277348f1ec (patch)
tree57f45571b82ce4cf05a0042cfa92532d0705f00e /boot.php
parentd0951777c0c13e9e554595f91d01f78424b1b45a (diff)
parent40204ad6e369807bbef8291ef7de75f027d26046 (diff)
downloadvolse-hubzilla-b3070cf496e3630a45e9f2ec7679ff277348f1ec.tar.gz
volse-hubzilla-b3070cf496e3630a45e9f2ec7679ff277348f1ec.tar.bz2
volse-hubzilla-b3070cf496e3630a45e9f2ec7679ff277348f1ec.zip
Merge pull request #98 from cvogeley/master
Partial fix for Issue #97
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 61f9f5da5..e26dc6fdd 100755
--- a/boot.php
+++ b/boot.php
@@ -1557,8 +1557,9 @@ function profile_load(&$a, $nickname, $profile = '') {
$a->page['title'] = $a->profile['channel_name'] . " - " . $a->profile['channel_address'] . "@" . $a->get_hostname();
-
+ $a->profile['channel_mobile_theme'] = get_pconfig(local_user(),'system', 'mobile_theme');
$_SESSION['theme'] = $a->profile['channel_theme'];
+ $_SESSION['mobile-theme'] = $a->profile['channel_mobile_theme'];
/**
* load/reload current theme info