| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: views-view-unformatted.tpl.php,v 1.6 2008/10/01 20:52:11 merlinofchaos Exp $ 3 /** 4 * @file views-view-unformatted.tpl.php 5 * Default simple view template to display a list of rows. 6 * 7 * @ingroup views_templates 8 */ 9 ?> 10 <?php if (!empty($title)): ?> 11 <h3><?php print $title; ?></h3> 12 <?php endif; ?> 13 <?php foreach ($rows as $id => $row): ?> 14 <div class="<?php print $classes[$id]; ?>"> 15 <?php print $row; ?> 16 </div> 17 <?php endforeach; ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |