I created an html block, and I want to use a custom $lang.my_text variable inside it. Is this possible? If so, how is it done? This didn’t work:
{$lang.my_text}
I created an html block, and I want to use a custom $lang.my_text variable inside it. Is this possible? If so, how is it done? This didn’t work:
{$lang.my_text}
[quote name=‘grayloon’]I created an html block, and I want to use a custom $lang.my_text variable inside it. Is this possible? If so, how is it done? This didn’t work:
{$lang.my_text}
[/quote]
HTML blocks will strip smarty tags, since smarty isn’t html
[quote name=‘JesseLeeStringer’]HTML blocks will strip smarty tags, since smarty isn’t html ;)[/QUOTE]
The only thing you can do is duplicate HTML block template (or create a new one) and then you can use smarty by editing that template to your liking.