I've posted some similar threads before with similar themese, but now I would like to be able to change one include on a page based on a variable in the URL of that page. I am trying to create on master page that calls all of the other components of the page (navbar, body area, footer, etc.) with includes. I want to have all of the links in the navbar contain a variable so that when that url is clicked the actual page doesn't change but the body area contains a different page based on an altered include. Does this make sense?