Using a PHP based body, can I change the title of the page, i.e. within the body itself ?

Comments

iimitk’s picture

I don't understand what you're trying to achieve, but you may check out Automatic Nodetitles module:
http://drupal.org/project/auto_nodetitle
________________________
"Creativity is knowing how to hide your resources" - Albert Einstein.

dman’s picture

http://api.drupal.org/api/function/drupal_set_title/6

.dan.
if you are asking a question you think should be documented, please provide a link to the handbook where you think the answer should be found.
| http://www.coders.co.nz/ |

bluesherpa’s picture

Since I ended up here while trying to find some information - in case it helps someone else:

Drupal 6

/admin/content/types

Choose a type and select Edit. The following edit form has a section titled "Submission form settings" with the field BODY FIELD LABEL. You can also use this form to edit the TITLE FIELD LABEL.

In reference to the original question... I think the author was trying to figure out how to specify the node page title found in the HTML head inside the tag. See: http://drupal.org/project/page_title