Remitur Posted October 28, 2017 Share Posted October 28, 2017 Hello. I was wandering if, somehow, would be possible to insert a link in a string in a language override file. Something like that: $_LANG['myvariable'] = "Go to THIS LINK"; Being THIS LINK all the HTML stuff needed for a href link command... (I tried various syntax, without success... :-( 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 29, 2017 Share Posted October 29, 2017 $_LANG['remiturlink'] = "Go to <a href=\"https://www.google.com\">This Link</a>"; and then use {$LANG.remiturlink} wherever you want in the template. 1 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.