<jdoc:include type="modules" name="foot"/>
What file does the code above include in joomla and where is it located?
I have grep’ed a whole site for a string that I know has to be in the file called by that line of code… and I haven’t found it.
Please help!
It’s a template position called foot. The jdoc:include is the code used by the joomla framework to create the position for modules in the template. So if you publish a module in the position “foot”, you see it appear in that place holder for the “foot” position.