Hi. I want to be able to include a language referecne in my category descriptions. For example I would like to put "$lng.lbl_my_text" in the description tag.
I've thought of doing this a couple ways but neither work. Does anyone know how I can do this.
Here are the ways I've tried it:
Var only:
PHP:
PHP Code:
<?php echo "$lng.lbl_my_text"; ?>
Smarty:
Code:
{php} echo '$lng.lbl_my_text'; {/php}