setIncludePath(implode(':', $load_path)); if ($file) { return $sass->compile_file($file); } else { return $sass->compile($fragment); } } }