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
if (!isset($_COOKIE['color'])) {
$color = "#d8224c";
} else {
$color = $_COOKIE['color'];
}
require_once '../../includes/functions.php';
$color = getColorOpt();
?>
/*