Denver Prophit Jr. Posted July 3, 2016 Share Posted July 3, 2016 (edited) I have a module in development with bootstrap content tabs. The 2nd tab displays the help instructions. It also uses a bootstrap tpl file. Do I need to add { l s='xxx' mod='xxxx' } to every container? P tags, H tags, etc or can I start at the fluid container and make it all one big string with html included? Edited July 3, 2016 by Denver Prophit Jr. (see edit history) Link to comment Share on other sites More sharing options...
endriu107 Posted July 3, 2016 Share Posted July 3, 2016 You need to add this for every string. If you add this like: { l s='<p>String here</p>' mod='xxxx' }it wan't work correctly, so it should be <p>{l s='String here' mod='xxxx'}</p>. 1 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