Go to the documentation of this file.00001 <?php
00010 ?>
00011 <?php foreach ($rows as $id => $row): ?>
00012 <?php print (!empty($options['inline']) ? '<span' : '<div') . ' class="views-summary views-summary-unformatted">'; ?>
00013 <?php if (!empty($row->separator)) { print $row->separator; } ?>
00014 <a href="<?php print $row->url; ?>"<?php print !empty($row_classes[$id]) ? ' class="' . $row_classes[$id] . '"' : ''; ?>><?php print $row->link; ?></a>
00015 <?php if (!empty($options['count'])): ?>
00016 (<?php print $row->count; ?>)
00017 <?php endif; ?>
00018 <?php print !empty($options['inline']) ? '</span>' : '</div>'; ?>
00019 <?php endforeach; ?>