input['stylesheet']); if($stylesheet) { $options = array( "limit" => 1 ); $query = $db->simple_select("themestylesheets", "stylesheet", "sid=".$stylesheet, $options); $stylesheet = $db->fetch_field($query, "stylesheet"); header("Content-type: text/css"); echo $stylesheet; } exit; ?>