"; fwrite($handle, $cache_content); fclose($handle); } include_once($cache_file); ob_start(); include "$latest_skin_path/latest.skin.php"; $content = ob_get_contents(); ob_end_clean(); return $content; } ?>