Re: [htmltmpl] Dynamically including templates?
Brought to you by:
samtregar
From: Timm M. <tm...@ag...> - 2004-01-07 20:15:56
|
At 02:20 PM 1/7/04 -0500, Todd Chapman wrote: >Using the method described below, do I have to set >the params in the appropriate teamplates, or can I >do the include first and set all the params in one >template? The reason I ask is that the params all >come from one database table, and I don't want >to worry about which template has which TMPL_VARs. The main template would get the data that was in the included template when you called output() on the included one. |