does this part of the tpl_product_info_display.php display the product image or does the required tpl_modules_main_product_image.php actually do the displaying?

Code:
<!--bof Main Product Image -->
<?php
  if (zen_not_null($products_image)) {
  ?>
<?php
/**
 * display the main product image
 */
   require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?>
<?php
  }
?>
<!--eof Main Product Image-->
I'm asking because I am playing around with trying a drop shadow effect that requires me to wrap the image in some nested divs and I'm not sure where to set this up. Thanks in advance for any help on this and yes Linda I'm tryin' to break it again.