[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

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

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


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7