This is probably going to sound really dumb, and I'm sure there's a really easy solution, but can someone give me a little heads up on how to use PHP includes inside zenphoto?
I'm simply trying to add my header image and navigation bar from my site into the top of the different ZP pages so it looks continuous.
for some reason, nothing is showing up with a standard include as
[code]<?php include('../header_image_with_nav.php'); ?> [/code] either in the body or main <DIV> or even above the body <div>
Do these NEED to be in a <div>?
thanks! and what a fantastick system this is.
Comments
turns out it's working fine, mozilla was just hiding it since the images need to be relinked in the nav file....doh.