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
|