• Main Page
  • Related Pages
  • Modules
  • Classes
  • Files
  • File List
  • File Members

theme/views-view-fields.tpl.php

Go to the documentation of this file.
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; ?>

Generated on Sun Feb 26 2012 12:52:52 for Views by  doxygen 1.7.1