/[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.12, Wed May 13 19:39:00 2009 UTC revision 1.13, Tue Nov 3 22:51:13 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: forward.theme,v 1.11 2009/04/21 22:34:45 seanr Exp $  // $Id: forward.theme,v 1.12 2009/05/13 19:39:00 seanr Exp $
3    
4  /**  /**
5   * @addtogroup themeable   * @addtogroup themeable
# 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.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.2