You are here

image_field_caption.tpl.php in Image Field Caption 7

Same filename and directory in other branches
  1. 7.2 image_field_caption.tpl.php

File

image_field_caption.tpl.php
View source
<?php

/**
 * $image - contains the image html rendered by Drupal
 * $caption - contains the image field caption string
 */
print $image;
?>
<blockquote class="image_field_caption">
  <?php

print $caption;
?>
</blockquote>