Re: [htmltmpl] setting template parameters from within the template?
Brought to you by:
samtregar
From: Mathew R. <mat...@re...> - 2004-10-01 04:56:06
|
Since filters are applied to each file as it is loaded, TMPL_SET's in = the parent file, are not in scope of the included file...thus it looks = like this isn't going to solve your problem. Mathew ----- Original Message -----=20 From: "Thilo Planz" <thi...@we...> To: "Mathew Robertson" <mat...@re...> Cc: <htm...@li...> Sent: Friday, October 01, 2004 2:44 PM Subject: Re: [htmltmpl] setting template parameters from within the = template? > > Attached is H::T::Filters module which implements some common = filters.=20 > > One of them is the TMPL_SET filter which can be used to do what you = > > are asking for. >=20 > Thanks, that is a useful module, but I cannot make it work on included = > files. > (The included file can not see what you TMPL_SET'ed is the "outer"=20 > template) >=20 >=20 > Thilo >=20 > |