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

theme/views-view-summary.tpl.php

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

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