Hi,
Don't think this has been posted before - well couldn't find anything relating to this when searching the forums, but forgive me if it already has been :o)
What I am trying to do is use my basic template system to call dynamic pages into the body of the template. So template.php has the basic header/footer includes, and in the body of template.php, I have another include calling body.php. On that page, I want to include some html (an image with some text) which will be displayed between the header & footer.
Now I know how to do this with one page, but I want it to be dynamic. See, I am using a slideshow on another page that has thumbnails that when you click on one, it will open the template.php with the default header/footer, and that thumbnail (enlarged) with it's description in the body of template.php. I assume the url to call these from the external slideshow would be (i.e) www.website.com/template/template.php?image#1 or something along those lines.
I can't for the life of me figure out what I need to include to enable this to work. Can anyone help me out please?
Thanks in advance :o)
Jonathen