function check_local_thumb($remote_thumb_file) { return !is_remote($local_thumb_file) && strpos($local_thumb_file, '/') !== false && preg_match("#\.[gif|jpg|jpeg|png]+$#i", $local_thumb_file) ? 1 : 0;}
function check_local_thumb($local_thumb_file) {