How would I go about adding a page with static informaiton to my template?
I have the page 'purchase.php' and want to add it into my template. I thought I would just do an include, but then I realized I have nothing to include into.
Then I thought I would just get header and get footer around my static info and link directly for it, but then the bb functions are being called correctly.
What is the best way to include static information in the site in a manner where I can include a link to it?