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

theme/views-view-unformatted.tpl.php

Go to the documentation of this file.
00001 <?php
00008 ?>
00009 <?php if (!empty($title)): ?>
00010   <h3><?php print $title; ?></h3>
00011 <?php endif; ?>
00012 <?php foreach ($rows as $id => $row): ?>
00013   <div class="<?php print $classes_array[$id]; ?>">
00014     <?php print $row; ?>
00015   </div>
00016 <?php endforeach; ?>

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