Douglas Ruiz Posted January 13, 2019 Share Posted January 13, 2019 I created a custom page but i'm not using .tpl, i coded all messages directly on .php. so i need call the lang variables direclty from .php for example: $ca->setPageTitle('{$LANG.Gerador_TXT1}'); but .php displayt it as text, don't get the value from lang file. How i can do it without use a .tpl file? 0 Quote Link to comment Share on other sites More sharing options...
Douglas Ruiz Posted January 13, 2019 Author Share Posted January 13, 2019 solved using $_LANG['string'] 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.