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
Comment #1
moshe weitzman commentedJust committed a fix. Actually, it was a fumigation. Module is small and clean now. Release coming in a few mins.