Phpbb pulls in all the page elements from templates (.tpl files). The main index page uses at least 3 templates - one for the top of the page, another for the body & a third for the bottom. (There are probably more than that but I'm simplifying.)
I'm trying to get the calendar to show up at the top of the page which would mean including it in the overall header template.
The templates consist mainly of html and calls to all of the php stuff with some javascript thrown in. Anytime a template refers to anything php related, it looks something like this: {SEARCH_CALENDAR} - brackets with a particular php reference.
|