website/inc/theme.inc

6 lines
50 B
PHP
Raw Permalink Normal View History

2022-07-10 10:20:04 +01:00
<?php
$theme = $_COOKIE["theme"] ?: "auto";
?>