Re: [htmltmpl] Problem accessing directories through .tmpl files

2004-11-24 Thread Karen Cravens
On Tue, 23 Nov 2004 20:26:42 -0800 (PST), Kasturirangan Rangaswamy <[EMAIL PROTECTED]> wrote: >Now, the B.tmpl and C.tmpl files access images stored in yet another > directory (NOTE: Also tested by putting them in same directory and that > is not working either!!!). Those images are not getting

[htmltmpl] Problem accessing directories through .tmpl files

2004-11-24 Thread Kasturirangan Rangaswamy
Hi, I have a small Perl Script that calls a .tmpl file A.tmpl. This .tmpl file has two statements that include two other files B.tmpl and C.tmpl. Files A,B and C are in the same directory. I am able to display the three of them as a single HTML file. No problems till here. Now, the B.