Quote:
Originally Posted by ltwinnerr
Why can't you just just the standard $templater->register('xyz', $xyz);?
|
You can, but you need the $templater that gets set when you create the template object. For templates that are created and rendered in the vb code, there's no hook location between the create() and the render() calls so there's no way to register a new variable using register().