Frenchy Posted July 3, 2018 Share Posted July 3, 2018 Hello, I have created a modal and I am trying to display the content of CMS page, the problem like the title says, I have the html balise in the modal... How can I do for not display the html code ? Just call the page ? <div class="modal-body"> {assign var=cms_content value=CMS::getCMSContent(10, true, true)} {$cms_content.content} </div> Link to comment Share on other sites More sharing options...
Frenchy Posted July 3, 2018 Author Share Posted July 3, 2018 I found the solution ! Just add nofilter : {$cms_content.content nofilter} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now