Re: [htmltmpl] Static TMPL_INCLUDE not working
Brought to you by:
samtregar
From: Kasturirangan R. <kas...@ya...> - 2004-11-22 20:46:08
|
Jason, Thanks a lot. Actually, I had tried that first (forgot to include in my post). Anyway, I think I have solved the problem. Being the novice that I am, I had forgotten that I need to access any .tmpl page through a .pl script to make use of any <TMPL_> tags. I was trying to directly open the .tmpl file on my browser and that was causing the <TMPL_INCLUDE> to not work. Thanks, Sharad --- Jason Purdy <ja...@jo...> wrote: > 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 > __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com |