field--field-partie--chapter.tpl.php 264 B

1234567
  1. <section class="<?php print $classes; ?>"<?php print $attributes; ?>>
  2. <div class="field-items"<?php print $content_attributes; ?>>
  3. <?php foreach ($items as $delta => $item): ?>
  4. <?php print render($item); ?>
  5. <?php endforeach; ?>
  6. </div>
  7. </section>