[htmltmpl] Templates with template loops within templates

2004-12-17 Thread Eric Frazier
Hi, I think I understand what you are saying, but that was part of the confusion. The URL_BASE is used before the loop in the top level template.(Sorry I didn't show the entire thing) At least I think I understood what you said, that there is a bug where if the first time a var is referenced is

[htmltmpl] Templates with template loops within templates

2004-12-16 Thread Eric Frazier
Hi, Great subject line huh? :) Ok we have a template. Inside that template we load in from a database a template with its own vars which makes use of a template loop. In that second template we have a var called URL_BASE which is the base path. It works inside the second template, except for with

Re: [htmltmpl] Templates with template loops within templates

2004-12-16 Thread Mathew Robertson
TMPL_VAR, that value isn't passed into the TMPL_LOOP invocation. Hope this helps, Mathew - Original Message - From: "Eric Frazier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 17, 2004 10:39 AM Subject: [htmltmpl] Templates with tem