Update w/ getColorOpt()

This commit is contained in:
billz 2020-07-01 10:32:31 +01:00
parent ed7ed04475
commit 7fcfacaeae
1 changed files with 2 additions and 5 deletions

View File

@ -1,10 +1,7 @@
<?php header("Content-Type: text/css; charset=utf-8"); ?> <?php header("Content-Type: text/css; charset=utf-8"); ?>
<?php <?php
if (!isset($_COOKIE['color'])) { require_once '../../includes/functions.php';
$color = "#d8224c"; $color = getColorOpt();
} else {
$color = $_COOKIE['color'];
}
?> ?>
/* /*