Re: [htmltmpl] Static TMPL_INCLUDE not working
Brought to you by:
samtregar
From: Jason P. <ja...@jo...> - 2004-11-22 20:32:58
|
Kasturirangan Rangaswamy wrote: > Index.tmpl > ----------------------------------------------------------------------- > <TMPL_INCLUDE top_screen.tmpl> I think the problem is this line ... try this instead: <TMPL_INCLUDE NAME="top_screen.tmpl"> Cheers, Jason |