|
|
Drupal example source code file (views-view-unformatted.tpl.php)
The views-view-unformatted.tpl.php Drupal example source code<?php // $Id: views-view-unformatted.tpl.php,v 1.6 2008/10/01 20:52:11 merlinofchaos Exp $ /** * @file views-view-unformatted.tpl.php * Default simple view template to display a list of rows. * * @ingroup views_templates */ ?> <?php if (!empty($title)): ?> <h3><?php print $title; ?></h3> <?php endif; ?> <?php foreach ($rows as $id => $row): ?> <div class="<?php print $classes[$id]; ?>"> <?php print $row; ?> </div> <?php endforeach; ?> Other Drupal examples (source code examples)Here is a short list of links related to this Drupal views-view-unformatted.tpl.php source code file: |
"Drupal" is a registered trademark of Dries Buytaert.
my drupal tutorials and examples
Copyright
1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.
Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.