]> git.mxchange.org Git - friendica.git/commitdiff
Update identity.php
authorrabuzarus <rabuzarus@t-online.de>
Wed, 31 Aug 2016 11:49:24 +0000 (13:49 +0200)
committerGitHub <noreply@github.com>
Wed, 31 Aug 2016 11:49:24 +0000 (13:49 +0200)
include/identity.php

index 9b75ebccdbd4875e224da7137c9b7c89cf4379e3..91b31c078484b84563c83867a50507cb20afe561 100644 (file)
@@ -71,8 +71,8 @@ function profile_load(&$a, $nickname, $profile = 0, $profiledata = array()) {
 
        $a->page['title'] = $a->profile['name'] . " @ " . $a->config['sitename'];
 
-//             if (!$profiledata)
-//                     $_SESSION['theme'] = $a->profile['theme'];
+               if (!$profiledata  && !get_pconfig(local_user(),'system','always_my_theme'))
+                       $_SESSION['theme'] = $a->profile['theme'];
 
        $_SESSION['mobile-theme'] = $a->profile['mobile-theme'];