You can't just load the header. You can render your content and then instantiate XF and embed it into the PAGE_CONTAINER template with the templater, or even have XF server the entire request.
You can't just load the header. You can render your content and then instantiate XF and embed it into the PAGE_CONTAINER template with the templater, or even have XF server the entire request.
Yes I that's what I am currently after. I have basically done that and it works fine. The problem is that it is currently under its own route and I'd like it to replace (extend) the main one. I'll see what I'll come up with.