/[drupal]/contributions/modules/jcarousellite/modules/jcarousellite_views/views-view-jcarousellite.tpl.php
ViewVC logotype

Diff of /contributions/modules/jcarousellite/modules/jcarousellite_views/views-view-jcarousellite.tpl.php

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

revision 1.1.2.2, Thu Sep 17 00:15:09 2009 UTC revision 1.1.2.3, Wed Sep 23 12:33:35 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: views-view-jcarousellite.tpl.php,v 1.1.2.1 2009/09/16 23:54:12 owahab Exp $  // $Id: views-view-jcarousellite.tpl.php,v 1.1.2.2 2009/09/17 00:15:09 owahab Exp $
3  /**  /**
4   * @file views-view-jcarousellite.tpl.php   * @file views-view-jcarousellite.tpl.php
5   * Default simple view template to display a list of rows.   * Default simple view template to display a list of rows.
# Line 14  Line 14 
14            <?php if (!empty($title)) : ?>            <?php if (!empty($title)) : ?>
15              <h3><?php print $title; ?></h3>              <h3><?php print $title; ?></h3>
16            <?php endif; ?>            <?php endif; ?>
17                  <<?php print $options['type']; ?>>            <<?php print $options['type']; ?>>
18                  <?php foreach ($rows as $id1 => $row): ?>              <?php foreach ($rows as $id => $row): ?>
19                          <li class="<?php print $classes[$id1]; ?>">                <li class="<?php print $classes[$id]; ?>"><?php print $row; ?></li>
20                          <div>              <?php endforeach; ?>
21                          <?php foreach ($row as $id2 => $l): ?>            </<?php print $options['type']; ?>>
               <div><?php print $l; ?></div>  
             <?php endforeach; ?>  
                         </div>  
           <?php endforeach; ?>  
                 </li>  
                 </<?php print $options['type']; ?>>  
22          </div>          </div>
23  </div>  </div>

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

  ViewVC Help
Powered by ViewVC 1.1.2