/[drupal]/contributions/modules/views/theme/views-view-unformatted.tpl.php
ViewVC logotype

Contents of /contributions/modules/views/theme/views-view-unformatted.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.6 - (show annotations) (download) (as text)
Wed Oct 1 20:52:11 2008 UTC (13 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC5, DRUPAL-6--2-7, DRUPAL-6--2-6, DRUPAL-6--2-5, DRUPAL-6--2-4, DRUPAL-6--2-3, DRUPAL-6--2-2, DRUPAL-6--2-1, DRUPAL-6--2-0, DRUPAL-6--3-0-ALPHA1, HEAD
Branch point for: DRUPAL-6--2, DRUPAL-6--3, DRUPAL-7--3
Changes since 1.5: +3 -3 lines
File MIME type: text/x-php
#315784 by pebosi: Fix typo in new row classes
1 <?php
2 // $Id: views-view-unformatted.tpl.php,v 1.5 2008/09/30 19:47: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; ?>

  ViewVC Help
Powered by ViewVC 1.1.2