| Insert New Phrase -
11-04-2008, 05:26 PM
Hi There,
I have create a new phrase called disclaimer. I now want to include this as the bottom of the auto response email. I have edited the last few lines of the email_autoresponder template as follows:
<{/if}>
<{$language[arfooter]}>
<{$settings[general_companyname]}><{if $queuesignature != ""}>
<{$queuesignature}>
<BR>
<{$language[disclaimer]}><{/if}><{/if}>
and also further up:
<{/if}>
<{$language[arfooter]}><BR>
<BR>
<{$settings[general_companyname]}><{if $queuesignature != ""}><BR><{$queuesignature}><{/if}></font><{else}><{$ticket[fullname]}><BR>
<{$language[disclaimer]}>,
but nothings appears in the auto response email. I cant seem to find documentation on how to use new phrases in templates anywhere. Anyone able to ffer some pointers?
Dill
|