Yes, create a function named MYTHEME_forward_page($variables) in your theme's template.php file. Look at the stub function theme_forward_page in forward.module as a guide - you will need to return the modified form. The node with the email address inside it is available within the variables array.
Comments
Comment #1
brighteridea commentedComment #2
bradallenfisher commentedI was just looking for this feature myself. Is there a way to do it?
Comment #3
john.oltman commentedYes, create a function named MYTHEME_forward_page($variables) in your theme's template.php file. Look at the stub function theme_forward_page in forward.module as a guide - you will need to return the modified form. The node with the email address inside it is available within the variables array.
Comment #4
john.oltman commented