fckeditor -> changes to >

316 views Asked by At

i have cms made simple usng fckeditor as the wysiwyg editor for content. i have put this code on my page:

{if $ccuser->loggedin()}

Welcome To The Promo Section

{else} Please Login Here{/if}

but its changing it to this

<p>{if $ccuser-&gt;loggedin()}</p>
<p>Welcome To The Promo Section</p>
<p>{else} Please Login <a href="#">Here</a>{/if}</p>

which is causing errors. How can i get around this so leavs the if statment alone for "->"

0

There are 0 answers