Merge pull request #6006 from WoltLab/file-processor-can-adopt
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / email_contact.tpl
CommitLineData
71e527fb
AE
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}