OK - I have been successful with using a ssi to include the random block on shtml pages - what I want to do, however, is include this on the top of my gallery pages.
I am using the html_wrap wrapper.header.default and wrapper.footer.default files to include my gallery in my pages.
ssi does not seem to work when I include that in one of those 2 files.
How can I put this in my gallery pages? I have tried looking at the instructions I have found here.
Thanks!
Amy
Posts: 26
My gallery url is http://starnerfamily.org/gallery
Posts: 26
I was able to get this to work by putting this in the wrapper.header.default instead of a regualr html ssi
<?php include("http://www.starnerfamily.org/gallery/block-random-enhanced.php"); ?>
Thanks!