Merge remote-tracking branch 'refs/remotes/origin/3.0'
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / email_contact.tpl
1 {if $mimeType === 'text/plain'}
2 {capture assign='content'}{lang}wcf.contact.mail.plaintext{/lang}{/capture}
3 {include file='email_plaintext'}
4 {else}
5 {capture assign='content'}
6 {lang}wcf.contact.mail.html{/lang}
7 {/capture}
8 {include file='email_html'}
9 {/if}