Merge branch '2.1' into 3.0
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / email_adminActivation.tpl
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'}
6 <h2>{lang}wcf.acp.user.activation.mail.html.headline{/lang}</h2>
7 {lang}wcf.acp.user.activation.mail.html.text{/lang}
8 {/capture}
9
10 {include file='email_html'}
11 {/if}