It gives me this error
Warning: Cannot modify header information - headers already sent by (output started at /media/maksim/LENOVO/github/server/pages/settings.php:34) in /media/maksim/LENOVO/github/server/pages/header.php on line 211
Here is that line of code and I know it has to be that one because it works when I remove it.
<option value="0" <?php if ($nightthemeis == 0) {echo "selected";} ?> >Off</option>