summaryrefslogtreecommitdiff
path: root/includes/components/header.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/components/header.inc')
-rw-r--r--includes/components/header.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/components/header.inc b/includes/components/header.inc
index 1f7d012..5ab13dc 100644
--- a/includes/components/header.inc
+++ b/includes/components/header.inc
@@ -1,7 +1,7 @@
<?php global $title; global $pages; global $readOnly;
$start = microtime(true);
$useNewUI = !isset($_GET['old']);
-$use2023UI = isset($_COOKIE["new2023UI"]) && !isset($_GET["no2023"]);
+$use2023UI = !isset($_GET["no2023"]);
global $use2023UI;
if (!isset($_COOKIE["new2023UIctaFirstVisit"])) {