// Global Variables
$image_dir = "images/vampire_diaries"; // directory on server " $_SERVER[DOCUMENT_ROOT]/gallery/trees"
$image_relative_path = 'images/vampire_diaries'; // 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);
}
?>
"The Vampire Diaries" came to Atlanta in the summer of 2009 after the pilot, which was filmed in Vancouver, was approved for 12 episodes. Once here in Atlanta I worked as the Art Director for the entire first season, which later was approved for 9 more episodes making a total of 21 episode worth of creative and exciting work. Every episode was filled with new locations, sets, and plot driven scenes that required every aspect of the Art Department.