Hi,
Good job for your vLIB tools.
I would like to know if it is possible to use an include in a loop?
Instead of:
<tmpl_loop name="loop1">
<tmpl_var name=value /><br />
</tmpl_loop>
I would like in two file, test.thml:
<tmpl_loop name="loop1">
<tmpl_include file="test_b.thtml" />
</tmpl_loop>
and test_b.thtml:
<tmpl_var name=value /><br />
Thx,
Datoh.