fields['products_image'] //Begin Image Handler changes 1 of 2 //the next line is commented out for Image Handler 3 // if (file_exists($_GET['products_image_large_additional'])) { //End Image Handler changes 1 of 2 echo '' . zen_image($_GET['products_image_large_additional'], $products_values->fields['products_name'] . ' ' . TEXT_CLOSE_WINDOW) . ''; //Begin Image Handler changes 2 of 2 //the next three lines are commented out for Image Handler 3 // } else { // echo '' . zen_image(DIR_WS_IMAGES . $products_image, $products_values->fields['products_name'] . ' ' . TEXT_CLOSE_WINDOW) . ''; // } //End Image Handler changes 2 of 2 ?>