The only way to successfully override theme_forward_page is to change line 494 in forward.module from:

return drupal_get_form('forward_form', $form_state['values']['path'], $node->title)

to:

return theme('forward_page', drupal_get_form('forward_form', $form_state['values']['path'], $node->title), $node);

Is this a bug?

Comments

john.oltman’s picture

Assigned: Unassigned » john.oltman
Status: Active » Patch (to be ported)

This is fixed in 7.x-2.x and the fix will be ported to 6.x within the next week.

john.oltman’s picture

Version: 6.x-1.19 » 6.x-1.x-dev
Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.