"#f0f0f0", 2 => "#c0c0c0", 3 => "#000000", 4 => "#ffffff", 5 => "#444444", 6 => "#a0a0a0", 7 => "#ff0000", 8 => "#444444", 9 => "#4f4f4f", 10=> "#555555", 11=> "#7d7d7d", 12=> "#959595" ); public static function getCss($file_css, $B) { if (empty($B)) $B=css::$barvy_default; ob_start(); include(dirname(__FILE__).'/'.$file_css); $cont = ob_get_contents(); ob_end_clean(); return $cont; } } ?>