You are here

zurb-twentytwenty.tpl.php in ZURB TwentyTwenty 7

Template file for ZURB TwentyTwenty.

File

zurb-twentytwenty.tpl.php
View source
<?php

/**
 * @file
 * Template file for ZURB TwentyTwenty.
 */
?>

<div class="twentytwenty-container">
  <?php

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

  print $image;
  ?>
  <?php

}
?>
</div>