[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/project/views/theme/ -> project-views-view-project-list.tpl.php (source)

   1  <?php
   2  // $Id: project-views-view-project-list.tpl.php,v 1.1 2009/01/12 20:34:07 dww Exp $
   3  /**
   4   * @file project-views-view-project-list.tpl.php
   5   * Default simple view template to display a list of project rows.
   6   *
   7   * - $title : The title of this group of rows.  May be empty.
   8   * - $options['type'] will either be ul or ol.
   9   * - $project['arguments'][0] is an array containing the sanitized properties
  10   *     of the term used as the first argument, if one is present.  Available
  11   *     keys include tid, vid, name, description, and weight.
  12   */
  13  ?>
  14  <?php if (!empty($project['arguments'][0]['description'])) : ?>
  15    <p>
  16    <?php print $project['arguments'][0]['description']; ?>
  17    </p>
  18  <?php endif; ?>
  19  
  20    <?php if (!empty($title)) : ?>
  21      <h3><?php print $title; ?></h3>
  22    <?php endif; ?>
  23  
  24      <?php foreach ($rows as $row): ?>
  25        <?php print $row ?>
  26      <?php endforeach; ?>
  27  


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7