diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2013-08-16 02:30:55 +0200 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2013-08-16 02:30:55 +0200 |
commit | bdfd0aa917d75f68ff20d900e691f626df13da79 (patch) | |
tree | 3d978aeffbc34c2e05e6c3417186bee2c927fde1 /boot.php | |
parent | ef414ba94c134ffb6a0ac6d81eafec76519e2bda (diff) | |
download | volse-hubzilla-bdfd0aa917d75f68ff20d900e691f626df13da79.tar.gz volse-hubzilla-bdfd0aa917d75f68ff20d900e691f626df13da79.tar.bz2 volse-hubzilla-bdfd0aa917d75f68ff20d900e691f626df13da79.zip |
Fix Load mobile theme
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |