Hi, I'm trying to theme a form in template.php and the function does not work when Submit Again is enabled. When Submit Again is not enabled, the function works fine. Here's the function in template.php:

<?php
function zen_menu_node_form($form) {
$output = '';
// BLAH BLAH THEME BLAH BLAH BLAH
$output .= drupal_render($form);
return $output;
}

Any help would be appreciated, thanks.

Comments

moshe weitzman’s picture

Status: Active » Fixed

Just committed a fix. Actually, it was a fumigation. Module is small and clean now. Release coming in a few mins.

Status: Fixed » Closed (fixed)

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