]> git.mxchange.org Git - friendica.git/blobdiff - mod/home.php
Merge pull request #470 from CyberDomovoy/html5-treebuilder-namespace-error
[friendica.git] / mod / home.php
index 0320c1b3988a5b20bd2cda7fc02bf443de78a120..6ed36b7638c1ce39c62adb3be61cc6f0a9f4e764 100644 (file)
@@ -22,6 +22,8 @@ function home_content(&$a) {
 
        if(x($_SESSION,'theme'))
                unset($_SESSION['theme']);
+       if(x($_SESSION,'mobile-theme'))
+               unset($_SESSION['mobile-theme']);
 
        $o .= '<h1>' . ((x($a->config,'sitename')) ? sprintf( t("Welcome to %s") ,$a->config['sitename']) : "" ) . '</h1>';
        if(file_exists('home.html'))