Arthur "Reis" Posted May 7, 2016 Share Posted May 7, 2016 Estou adaptando um layout pra o WHMCS, porém está havendo conflito entre o Smarty e o UIKit com o seguinte código: <div data-uk-sticky="{media:'(min-width: 1024px)', top:-300, animation:'uk-animation-slide-top'}"> Está havendo conflito por conta das chaves "{" e "}", alguém sabe algum meio para que não haja conflito? Já tentei utilizar {literal}, {ldelim} e {rdelim}. Grato. 0 Quote Link to comment Share on other sites More sharing options...
Arthur "Reis" Posted May 7, 2016 Author Share Posted May 7, 2016 Já foi resolvido, estava utilizando o {ldelim} de forma incorreta, para que funcione tem de estar assim: <div data-uk-sticky="{rdelim}media:'(min-width: 1024px)', top:-300, animation:'uk-animation-slide-top'{ldelim}"> 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.