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

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

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

revision 1.1, Wed Jan 7 13:09:20 2009 UTC revision 1.2, Wed Jul 1 03:44:05 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: views-view-unformatted.tpl.php,v 1.6 2008/10/01 20:52:11 merlinofchaos Exp $  // $Id: views-view-unformatted.tpl.php,v 1.1 2009/01/07 13:09:20 bevan Exp $
3  /**  /**
4   * @file views-view-unformatted.tpl.php   * @file views-view-unformatted.tpl.php
5   * Default simple view template to display a list of rows.   * Default simple view template to display a list of rows.
6   */   */
7    
8  // If this view is a list of links, then just print that.  // If this view is a list of links, then just print that.
9  if ($links) {  if ($output) {
10    print $links;    print $output;
11  }  }
12  else {  else {
13    // Otherwise fallback on views template file.    // Otherwise fallback on views template file.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2