ssi not working on gallery pages [solved]

amylynn

Joined: 2004-12-15
Posts: 26
Posted: Thu, 2004-12-30 00:29

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

 
amylynn

Joined: 2004-12-15
Posts: 26
Posted: Thu, 2004-12-30 00:30
 
amylynn

Joined: 2004-12-15
Posts: 26
Posted: Thu, 2004-12-30 02:14

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!