Bard's template operator and variables[solved]

Author Message

ludo thomas

Tuesday 31 January 2006 9:13:24 am

Hi!
I try to use this function:
http://ez.no/products/ez_publish_open_source_enterprise_cms/documentation/development/extensions/template_operator

I use addstrings function.
all is working fine if I try

{addstrings('jhg','oiuoiuoiuo')}

but if i need to use realvars? how can I do?
I have tried:

{addstrings('{$var1}','{$var2}')}

and this:

{addstrings('$var1','$var2')}

but nothing work...
thhx foryour tips

Thomas Nunninger

Tuesday 31 January 2006 9:43:43 am

Did you try

{addstrings( $var1, $var2 )}

Thomas

ludo thomas

Tuesday 31 January 2006 10:02:31 am

Thx my friend.
I should be very tired....

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.