, , . "-" , " " - foreach. , , . , $['ID-of-field'] → content. "ID-of-field", " ", " " " " " " .
" ", , .tpl " " , view-view-fields - my-view -name -. default.tpl.php
view-view-fields - my-view-name - default.tpl.php - .tpl file
( foreach, , , , , , )
<div id="homepage-folio-portlets">
<div class="homepage-folio-portlet <?php print $fields['CSS_class']->content ?>">
<div class="homepage-folio-portlet-image"><img src="<?php print $fields['Image']->content ?>" width="450" height="330" alt="" class="<?php print $fields['CSS_class']->content ?>-image" /></div>
<div class="homepage-folio-portlet-text">
<strong><?php print $fields['Title']->content ?></strong>
<p><?php print $fields['Body']->content ?></p>
</div>
</div>
</div>
"Output Style" "Display output".tpl, Drupal. , , , $row ( foreach loop) .tpl $rows tpl. , , . , . , .
...
views-view-unformatted - my-view-name - default.tpl.php - .tpl
( foreach , )
<?php foreach ($rows as $id => $row): ?>
<?php print $row; ?>
<?php endforeach; ?>
views-view - my-view-name - default.tpl.php - .tpl
<?php print $rows; ?>
, , , admin .., .