Quote:
Originally Posted by gwdlv
Can you tell me which one?
|
A little trick you can use to see whats going on between the scripts and the templates is to place the following at the very top of the layout.tpl.php file....
{debug}
this will cause a window to popup showing you the templates in use and variables being passed from the scripts to the templates.
Do the above and then navigate to the page where you want the additional text to appear. Make note of the template in use. When done looking at variables etc remove the {debug} from the layout.tpl.php file.