I'd like to do something like this
[% SET ImagePath = item.CatagoryImagePath | path_filter %]
[% IF ImagePath != "" %]
\includegraphics[width=3cm]{[%ImagePath%]}
[% END %]but it doesn't do what I expect it to do.
I want to assign the output of path_filter to ImagePath, then test that and output that.
Any suggestions?
Thanks
Jason --
Jason Lewis ------------------------------------------------- please note my new email address [EMAIL PROTECTED]
_______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
