public static function addCSS($path) { if (!is_array(self::$css)) { self::$css = array(); } array_push(self::$css, $path); }