Hello,
I am trying to include *.cfm files to show my header and footers, is there any direct way to add them to my tpl. I have the configuration done to include the dll required to do so ( as suggested on support site). I have tried doing something like this which didn't work for me, please let me know if i am doing it right.
<iw_include file='/images/index.html'/>
<table width="50%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top" align="left" ><br><font size="7"><iw_value name="dcr.Headline"/></font></br></td>
</tr>
</table>
################
Index.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
<CFINCLUDE template="top.cfm">
</body>
</html>
Thank you