fckeditor->更改为 >
我使用 cms 制作了简单的 usng fckeditor 作为所见即所得的内容编辑器。我已将此代码放在我的页面上:
{if $ccuser->loggedin()}
Welcome To The Promo Section
{else} Please Login Here{/if}
但将其更改为此
<p>{if $ccuser->loggedin()}</p>
<p>Welcome To The Promo Section</p>
<p>{else} Please Login <a href="#">Here</a>{/if}</p>
代码会导致错误。我怎样才能解决这个问题,所以将 if 语句留给“->”
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->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 "->"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论