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; ?>