Merge branch '5.3'
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / email_adminActivation.tpl
CommitLineData
bde0e3dc
TD
1{if $mimeType === 'text/plain'}
2{capture assign='content'}{lang}wcf.acp.user.activation.mail.plaintext{/lang}{/capture}
3{include file='email_plaintext'}
4{else}
5 {capture assign='content'}
219eb1ae 6 <h2>{lang}wcf.acp.user.activation.mail.html.headline{/lang}</h2>
bde0e3dc
TD
7 {lang}wcf.acp.user.activation.mail.html.text{/lang}
8 {/capture}
9
10 {include file='email_html'}
11{/if}