mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update w/ getColorOpt()
This commit is contained in:
parent
ed7ed04475
commit
7fcfacaeae
@ -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'];
|
|
||||||
}
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user