Log in

View Full Version : How to call an SSI inside a SSI?



dpsource
02-27-2008, 05:42 PM
<!--#config timefmt="%Y" -->
<p class="small">Todos los derechos reservados. Copyright IBM Corporation, <!--#echo var="DATE_LOCAL" -->.</p>

I need to get the Server side Year using ssi.

This is the way i do it, buts its inside the HTML.

I need to call a ssi from the html wich reads as it shows. Is it possible?

Thanks!