Set the variable giving it a value
<!--#set var='site' value='brisbane'--'>
In normal use add the variable as an echo
<!--#echo var='site'-->
If used within another ssi statement use the ‘$’ parameter
<--#include virtual='/${site}/include.htm'-->
Leave a Reply