Guest User

Untitled

a guest
Jun 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <div class="field field-type-filefield field-field-gallery">
  2. <h3 class="field-label">gallery</h3>
  3. <div class="field-items">
  4. <?php foreach ((array)$node->field_gallery as $item) { ?>
  5. <!-- <div class="field-item"><?php print $item['view'] ?></div> -->
  6. <?php print theme('imagecache', 'gallerythumb', $item['view'], 'alt', 'Title'); ?>
  7. <?php } ?>
  8. </div>
  9. </div>
Add Comment
Please, Sign In to add comment