I'm a pretty raw newbie with PHP, but I've been around html and code for about 8 years, so a little more knowledgeable than the average newbie. Just for a little background.
Right now I'm looking into dynamic php pages and I believe I have a high level understanding of how it works in regards to "splicing" up a page into a header, content and footer and then displaying the page. Seems pretty simple.
But I have a site that does this a little differently.
It uses [menu] [title] etc. tags within the html pages and the html pages do not include any php at all... they are in a /templates/ directory though.
Can someone give me a quick explanation of how that works? You don't have to get incredibility detailed unless you want to... really just looking for someone to point me in the right direction.
Thanks!!