You are here

nivo-slider.tpl.php in Andromeda Slideshow 7.2

Same filename and directory in other branches
  1. 7 modules/andromeda_slideshow_nivo_slider/nivo-slider.tpl.php

File

modules/andromeda_slideshow_nivo_slider/nivo-slider.tpl.php
View source
<div class="nivo-slider theme-pascal">
  <?php

if ($images) {
  ?>
      <?php

  foreach ($images as $image) {
    ?>
        <?php

    print $image->image_tag;
    ?>
      <?php

  }
  ?>
  <?php

}
?>
</div>