Does anyone know how to enter certain company config variables into language entries? For instance, {{company}} in a language entry will display the company name entered into the Admin-General Settings-Company Options area.
I would like to display/link to my help/support email address in things like my privacy statement, which is one of the language entries, but I would like to use the variable for it.
For my embedded static pages, I put:
Quote:
<a title="Email Us" href="mailto:{$config.Company.support_department}" >{$config.Company.support_department}</a>
|
into the HTML code for the page and that works. However, the same doesn't work when entered through a language entry. I've tried other things, such as {{support department}} and {{company.support_department}}, but they don't work. They just display them as they are written.
I don't see anything in the manual showing which tags to use in the language entries for various company configuration options. Does anyone know where I can find this information if it exists?
Thanks,
Jill