| 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> |