]> git.mxchange.org Git - friendica.git/blobdiff - mod/community.php
modified: view/theme/smoothly/style.css
[friendica.git] / mod / community.php
index 354f68528dab479e8e1565ec08b75d64fbf20841..4f6c3d3c94c399c724023cb752968925881f52b2 100644 (file)
@@ -1,8 +1,10 @@
 <?php
 
 function community_init(&$a) {
-       if(! local_user())
+       if(! local_user()) {
                unset($_SESSION['theme']);
+               unset($_SESSION['mobile-theme']);
+       }
 
 
 }