By akshar100 on
I developed a module to display a form. I used the code given at
http://api.drupal.org/api/file/developer/topics/forms_api.html
Then I went to Administration > Site settings and changes the home page to point to my form.
Now whenever I visit the home page of my drupal installation I see the form. However the fom page also has got a title "My Form".
I wan to change this to something, my entire code does not have this phrase. How do I change it?
Comments
solved
The problem was with the caching problem. Whenever I make any themetic changes I visit
Administration>site building>modules
I have noticed that this action somehow deletes the cached theme on my machine. I also used some cache disable module but it did not work.