You are here

field-field_my_field.tpl.php in Content Construction Kit (CCK) 5

File

theme/field-field_my_field.tpl.php
View source
<div class="my_field">
  <?php

foreach ($items as $item) {
  print $item['view'];
  ?><br/>
  <?php

}
?>
</div>