rayharper4
12-16-2003, 12:51 PM
Is it possible to insert an ssi with variables? If so, how? I have a template that I'm using were I want to change the navigation, based on where the page is located on the site. I am using ssi's but so far have not been able to pass variables to the include. For example:
<!--include file="ABCNavigation.htm"-->
<!--include file="DEFNavigation.htm"-->
I'd like to use
Navigation=ABCNavigation.htm
<!--include file=$Navigation-->
however, <script> does not support this. How can I pass a varible to an include?
<!--include file="ABCNavigation.htm"-->
<!--include file="DEFNavigation.htm"-->
I'd like to use
Navigation=ABCNavigation.htm
<!--include file=$Navigation-->
however, <script> does not support this. How can I pass a varible to an include?