/[drupal]/contributions/modules/forward/forward.theme
ViewVC logotype

Diff of /contributions/modules/forward/forward.theme

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

revision 1.7.2.5, Mon Sep 21 15:43:44 2009 UTC revision 1.7.2.6, Tue Nov 3 22:51:59 2009 UTC
# Line 7  Line 7 
7   */   */
8    
9  /**  /**
10     * Theme page output for forward form.
11     *
12     * @param form
13     *  A fully rendered form.
14     * @param node
15     *  The node object being forwarded.
16     */
17    function theme_forward_page($form, $node) {
18      return $form;
19    }
20    
21    /**
22   * Format emails   * Format emails
23   *   *
24   * @param vars   * @param vars
25   *   An array of email variables   *   An array of email variables
26   */   */
27  function theme_forward_page($vars) {  function theme_forward_email($vars) {
28    $output = '    $output = '
29  <table width="400" cellspacing="0" cellpadding="10" border="0">  <table width="400" cellspacing="0" cellpadding="10" border="0">
30    <thead>    <thead>

Legend:
Removed from v.1.7.2.5  
changed lines
  Added in v.1.7.2.6

  ViewVC Help
Powered by ViewVC 1.1.2