00001 <?php 00025 ?> 00026 <?php foreach ($fields as $id => $field): ?> 00027 <?php if (!empty($field->separator)): ?> 00028 <?php print $field->separator; ?> 00029 <?php endif; ?> 00030 00031 <?php print $field->wrapper_prefix; ?> 00032 <?php print $field->label_html; ?> 00033 <?php print $field->content; ?> 00034 <?php print $field->wrapper_suffix; ?> 00035 <?php endforeach; ?>