fury
09-29-2006, 07:57 AM
I'm trying to embed pixelpost into my existing website so that the crossovers are seamless. I've got my pixelpost install working, and I thought maybe I could just add the php include() into the template files in order to wrap the pixelpost template with the code for my website, but it didn't work.
All of my pages have include(head.inc) and include(foot.inc) at the top and bottom of them, so that if I need to update something on every single page, it can be done easily. I create individual pages with content only and keep all the code for the structre of the site itself off in the head and foot files.
I briefly scanned index.php to see where the template file is grabbed and was going to try injecting some includes before and after the template itself thinking that would work, but I was unable to find them. I know a fair bit of PHP as far as editing and hacking things up goes, but I got totally lost on this one.
Any help would be absolutely AWESOME.
-Rob
All of my pages have include(head.inc) and include(foot.inc) at the top and bottom of them, so that if I need to update something on every single page, it can be done easily. I create individual pages with content only and keep all the code for the structre of the site itself off in the head and foot files.
I briefly scanned index.php to see where the template file is grabbed and was going to try injecting some includes before and after the template itself thinking that would work, but I was unable to find them. I know a fair bit of PHP as far as editing and hacking things up goes, but I got totally lost on this one.
Any help would be absolutely AWESOME.
-Rob