Jason Lewis wrote:
> [% SET ImagePath = item.CatagoryImagePath | path_filter %]
> [% IF ImagePath != "" %]
> \includegraphics[width=3cm]{[%ImagePath%]}
> [% END %]
[% SET ImagePath = FILTER path_filter;
item.CatagoryImagePath;
END
%]
HTH
A
_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates
