aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2013-08-16 02:30:55 +0200
committerChristian Vogeley <christian.vogeley@hotmail.de>2013-08-16 02:30:55 +0200
commitbdfd0aa917d75f68ff20d900e691f626df13da79 (patch)
tree3d978aeffbc34c2e05e6c3417186bee2c927fde1 /boot.php
parentef414ba94c134ffb6a0ac6d81eafec76519e2bda (diff)
downloadvolse-hubzilla-bdfd0aa917d75f68ff20d900e691f626df13da79.tar.gz
volse-hubzilla-bdfd0aa917d75f68ff20d900e691f626df13da79.tar.bz2
volse-hubzilla-bdfd0aa917d75f68ff20d900e691f626df13da79.zip
Fix Load mobile theme
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..41704ff08 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'] = get_pconfig(local_user(),'system', 'mobile_theme');
/**
* load/reload current theme info