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

wla_g’s picture

Use drupal_set_title('title') to set another title in your form generation function.

Regards
Werner

production71’s picture

In what file would you actually call that function to set the title?

drupal_set_title('title')

Thanks,
Scott