From 02fe2d488155b0907c950eb3118c523940c6827f Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Sat, 31 Aug 2013 18:20:34 +0200 Subject: More mobile theme fixes If user is logged in personal settings are used else use admin settings. Only show toggle link if there is something to switch between. --- include/auth.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/auth.php') diff --git a/include/auth.php b/include/auth.php index 143a16de8..d04ebbe43 100644 --- a/include/auth.php +++ b/include/auth.php @@ -15,6 +15,7 @@ function nuke_session() { unset($_SESSION['cid']); unset($_SESSION['theme']); unset($_SESSION['mobile_theme']); + unset($_SESSION['show_mobile']); unset($_SESSION['page_flags']); unset($_SESSION['submanage']); unset($_SESSION['my_url']); -- cgit v1.2.3