Page 1 of 1

using {'s in content

Posted: Fri Jan 19, 2007 5:50 pm
by british.assassin
Hi

I need to be able to put a { in the content of my page, but when the page loads, i get a smarty error saying that it is an unrecognised tag.  Is there a way around this?

Thanks

british.assassin

Re: using {'s in content

Posted: Fri Jan 19, 2007 5:57 pm
by Dr.CSS
You will have to use {literal} { {/literal} those curly brackets are used in smarty to denote actions/tags...

Re: using {'s in content

Posted: Fri Jan 19, 2007 6:14 pm
by british.assassin
thanks for the fast reply!

Re: using {'s in content

Posted: Sat Jan 20, 2007 8:23 am
by cyberman
You can use {ldelim} too :) - output is the same ...