13 Jun
2011
13 Jun
'11
2:59 a.m.
Em 12-06-2011 21:33, Jamie Holly escreveu:
Actually it's:
module_load_include('inc', 'node', 'node.pages'); $form = drupal_get_form($node->type .'_node_form', $node);
[OR]
$form = node_page_edit($node); // This will also set the page title with the node title
Make sure to load the node.pages.inc file so that everything
The line: module_load_include('inc', 'node', 'node.pages'); Make all the diference and now works as i want, thanks.