By manuelBS on
Hey, I developed a module with a new content type. My the name of that type be NAME. Now when i access the content creating form, the title of that page is "create NAME". How can i change this text to my own one? Can anybody help me please?
Thanks and best regards
Comments
Use drupal_set_title('title')
Use drupal_set_title('title') to set another title in your form generation function.
Regards
Werner
Where would you set that?
In what file would you actually call that function to set the title?
drupal_set_title('title')
Thanks,
Scott