source: sipes/0.3-modules/views_semantic/views/theme/views-semantic.tpl.php~ @ 9ea43e0

stable
Last change on this file since 9ea43e0 was 89c313a, checked in by Sipes Apn <root@…>, 7 años ago

se agrego el modulo views_semantic

  • Propiedad mode establecida a 100644
File size: 366 octetos
Línea 
1<?php
2/**
3 * @file views-view-semantic.tpl.php
4 * Default simple view template to display a list of rows.
5 *
6 * @ingroup views_templates
7 */
8?>
9<?php if (!empty($title)): ?>
10  <h3><?php print $title; ?></h3>
11<?php endif; ?>
12<?php foreach ($rows as $id => $row): ?>
13  <div class="<?php print $classes[$id]; ?>">
14    <?php print $row; ?>
15  </div>
16<?php endforeach; ?>
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.