Hi all,

Working on a few drupal projects at the moment and i have a specific problem with all them which is the default page headings for pages generated by Drupal including the default contact module page of which the header is 'contact' with a lower cap 'c'. Another page header is the user login page which by default is 'user account' which i would like to change to something like 'Login to your account' or something similar.

Where can i change these default headings?

Thanks for your time.

Enrico

Comments

vm’s picture

the most convienent way, is to create a new language using the core locale.module. this avoids having to remanipulate the heading in the modules when upgrading or updating them.

as explained in this handbook pages http://drupal.org/node/24593 and http://drupal.org/node/58030

fibre’s picture

Cheers