primary->darkest); $primary_1 = trim($theme->primary->darker); $primary_2 = trim($theme->primary->dark); $primary_3 = trim($theme->primary->middle); $primary_4 = trim($theme->primary->light); $primary_5 = trim($theme->primary->lighter); $primary_6 = trim($theme->primary->lightest); $secondary_0 = trim($theme->secondary->darkest); $secondary_1 = trim($theme->secondary->lightest); } else { # set default colors $primary_0 = '#0E1316'; # darkest $primary_1 = '#182227'; $primary_2 = '#283840'; $primary_3 = '#415A66'; $primary_4 = '#618899'; $primary_5 = '#E8EDF0'; $primary_6 = '#AFC5CF'; # lightest $secondary_0 = '#9F2C04'; # darkest $secondary_1 = '#CF3805'; # lightest } include('css.php'); if( isset($_GET['s']) and in_array('wide',explode(',',$_GET['s'])) ) include('css-wide.php'); file_put_contents($cachefile, compress(ob_get_contents())); chmod($cachefile, 0644); ob_end_flush();