parvez40 Posted August 8, 2017 Share Posted August 8, 2017 {if !empty($banner.html)}<div class="custom-html">{$banner.html nofilter}{* can not be escaped *}</div>{/if} How can I change the content of $banner.html variable? Link to comment Share on other sites More sharing options...
shacker Posted August 13, 2017 Share Posted August 13, 2017 if you want to replace the ocntent, just use the banner module and edit to change on the fly, use {$banner.html|replace:'old text':'new text'} 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