Tuesday 27 April 2004 11:52:36 am
If you want to show the curly braces in an image generated via <i>texttoimage</i> make sure to not use the wash operator at the same time as it will cause all sorts of problems. For example this code will work: {concat('{ ', $node_name, ' }')|texttoimage( 'nav_header' )}
This will not: {concat('{ ', $node_name, ' }')|wash|texttoimage( 'nav_header' )}
nor will {concat('{literal}{{/literal} ', $node_name, ' {literal}}{/literal}')|wash|texttoimage( 'nav_header' )}
Alex
Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]
<i>When in doubt, clear the cache.</i>
|