Projet

Général

Profil

Paste
Télécharger (567 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / webform / templates / webform-submission.tpl.php @ 76df55b7

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_children($renderable); ?>