40335f917538a4127d7ccb09a0611b4e705c1f6f
[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}