Page 1 of 1
curlet parentesis
Posted: Wed May 31, 2006 6:51 pm
by denismatt
I can't write the curllet parentesis { } in the edit page mode...
Why? is it only a problem of my installation?
thanx denis.
Re: curlet parentesis
Posted: Wed May 31, 2006 7:02 pm
by Elijah Lofgren
denismatt wrote:
I can't write the curllet parentesis { } in the edit page mode...
Why? is it only a problem of my installation?
{} characters are special in Smarty (the template system that CMSMS uses).
Just put {literal}{/literal} tags around it like this:
Code: Select all
{literal}
{} {These now work.}
{/literal}
More info:
http://forum.cmsmadesimple.org/index.ph ... 424.0.html
Edit: I've posted this in the FAQ:
http://wiki.cmsmadesimple.org/index.php ... and_Smarty
Re: curlet parentesis
Posted: Wed May 31, 2006 7:08 pm
by denismatt
thank you very much!
I've just installed and run it
bye