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

theme/views-view-summary-unformatted.tpl.php

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

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