aboutsummaryrefslogtreecommitdiffstats
path: root/mod/toggle_mobile.php
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2013-08-19 01:08:15 +0200
committerChristian Vogeley <christian.vogeley@hotmail.de>2013-08-19 01:08:15 +0200
commit5c0220df0942db7aded0540c8c408bfbaadf6c16 (patch)
treeff78b37895ea32de2065e844b1fd5f186b03d9e7 /mod/toggle_mobile.php
parent8bac352b1cbbefd12fe04e1b269367472cba58ee (diff)
downloadvolse-hubzilla-5c0220df0942db7aded0540c8c408bfbaadf6c16.tar.gz
volse-hubzilla-5c0220df0942db7aded0540c8c408bfbaadf6c16.tar.bz2
volse-hubzilla-5c0220df0942db7aded0540c8c408bfbaadf6c16.zip
More steps for mobile theme toggling + dash elimination
Diffstat (limited to 'mod/toggle_mobile.php')
-rw-r--r--mod/toggle_mobile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/toggle_mobile.php b/mod/toggle_mobile.php
index 00991e44c..06dadca04 100644
--- a/mod/toggle_mobile.php
+++ b/mod/toggle_mobile.php
@@ -3,9 +3,9 @@
function toggle_mobile_init(&$a) {
if(isset($_GET['off']))
- $_SESSION['show-mobile'] = false;
+ $_SESSION['show_mobile'] = false;
else
- $_SESSION['show-mobile'] = true;
+ $_SESSION['show_mobile'] = true;
if(isset($_GET['address']))
$address = $_GET['address'];