diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-01-19 10:55:51 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-01-19 10:55:51 +0400 |
| commit | 7d8f56571bd5f64241c903f7b619771758b95c37 (patch) | |
| tree | 12a2971b425d5c7622299320219c7bdb77549e48 /include/functions.php | |
| parent | ec6e51556d544dfd532500344da52625b9c95781 (diff) | |
persist widescreen mode in session
Diffstat (limited to 'include/functions.php')
| -rw-r--r-- | include/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php index b46e1a28c..b564caf1e 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1966,6 +1966,7 @@ $params["hotkeys"] = get_hotkeys_map($link); $params["csrf_token"] = $_SESSION["csrf_token"]; + $params["widescreen"] = (int) $_SESSION["widescreen"]; return $params; } |