X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=include%2Ffunctions.php;h=b564caf1efc1b2dba92d7de374c57bcbc199a1db;hb=7d8f56571bd5f64241c903f7b619771758b95c37;hp=b46e1a28c96e0e4fa8c50c565a71e5166783b784;hpb=ec6e51556d544dfd532500344da52625b9c95781;p=tt-rss.git diff --git a/include/functions.php b/include/functions.php index b46e1a28..b564caf1 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; }