By dredd on
The problem: Using for example the Feedback module and going to /feedback the title "feedback" is generated as the page title and also showed as a caption. Its not the title set on the configuration page, that one is showed below. The same encounters with other modules, for example the guestbook module with the user guestbook setting deactivated.
Is there a possibility to let the page title / the title the module submits be something like in this case "Contact"?
Comments
Not sure if this answers
Not sure if this answers your question. For the actual page title in the browser window, there is the page title module you can use. For the actualy content title, the only way I know how to change it is to open YOUR.module file, and edit it in there.
-------------------------
Nick Fitz
i think i know what you're
i think i know what you're talking about. When using the Feedback Module, you can create more than one feedback form. When you specify the "title" of the new form, the variable name is the same as the node's "title" variable. so your new feedback form page appears to have a duplicate title- one for the node and one for your feedback form since the code uses the same variable $title.
is that right?