// Global Variables
$image_dir = "images/christmas_cupid"; // directory on server " $_SERVER[DOCUMENT_ROOT]/gallery/trees"
$image_relative_path = 'images/christmas_cupid'; // path to images relative to script '/gallery/trees'
$file_types = array('jpg');
$imgId = 1;
if($handle = opendir($image_dir)) {
while (false !== ($file = readdir($handle))) {
if ($file != "." && $file != "..") {
$ext_bits = explode(".",$file); // finds file extensions
foreach($ext_bits as $key => $value){
if(in_array($value,$file_types)){
$image_rotation .= '';
$image_thumbs .= '
';
$imgId++;
}
}
}
}
closedir($handle);
}
?>
"Christmas Cupid" was filmed in Atlanta over the summer of 2010. It was the second film done here by the ABC Family Channel and was comprised of nearly the exact same team of people from the show done two years prior. Unlike the previous show, we were no longer set in Atlanta, and were faced with setting this show in Los Angeles.
