You are here

royalsliderfield.tpl.php in RoyalSlider Integration 7

File

contrib/royalsliderfield/royalsliderfield.tpl.php
View source
<?php

/**
 * @file
 * royalsliderfield.tpl.php
 */
?>

<div<?php

print drupal_attributes($attributes_array);
?>>
  <?php

foreach ($slides_processed as $slide) {
  ?>
      <?php

  print drupal_render($slide);
  ?>
  <?php

}
?>
</div>