website/inc/theme.inc
2022-07-10 11:20:04 +02:00

6 lines
50 B
PHP

<?php
$theme = $_COOKIE["theme"] ?: "auto";
?>