There are times when we needed to create custom layout form design for your node.
In drupal, the theme it called to retrieve the form layout are:
1. [modulename]_node_form
2. node_form
[module]_theme()
{
//... return the array to declare node_form
}
No comments:
Post a Comment