> Yes, it is possible.
> Do sth like this:
> <?php
>
> $templ->send->yourVar = isset($yourVar)?$yourVar:0;
> ....
> ?>
>
> And template code:
>
> {use $yourVar}
> {if $var}{$var}{/if}
>
Sorry, of course: {if $yourVar}{$yourVar}{/if}-- Components mailing list [email protected] http://lists.ez.no/mailman/listinfo/components
