[htmltmpl] how to determine if tmpl_var exists in a loop?
Brought to you by:
samtregar
From: Kapoor, N. <nis...@xc...> - 2004-04-16 13:39:22
|
I have used=20 if ($template->query(name =3D> 'tmplVar')) {} to check if a tmpl_var exists in the template or not. How/what do I use for a tmpl_var inside a tmpl_loop? Thanks Nishi |