[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/webform/templates/ -> webform-submission.tpl.php (source)

   1  <?php
   2  // $Id: webform-submission.tpl.php,v 1.1.2.1 2010/08/30 17:01:54 quicksketch Exp $
   3  
   4  /**
   5   * @file
   6   * Customize the display of a webform submission.
   7   *
   8   * Available variables:
   9   * - $node: The node object for this webform.
  10   * - $submission: The Webform submission array.
  11   * - $email: If sending this submission in an e-mail, the e-mail configuration
  12   *   options.
  13   * - $format: The format of the submission being printed, either "html" or
  14   *   "text".
  15   * - $renderable: The renderable submission array, used to print out individual
  16   *   parts of the submission, just like a $form array.
  17   */
  18  ?>
  19  
  20  <?php print drupal_render($renderable); ?>


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