<template>dashboardBoxSignedInAs</template>
<template>dashboardBoxStatsSidebar</template>
<template>email</template>
+ <template>email_mail</template>
<template>emailTextPlain</template>
<template>footerMenu</template>
<template>mail</template>
+++ /dev/null
-{if $mimeType === 'text/plain'}
-{capture assign='content'}{lang}wcf.user.mail.mail.plaintext{/lang}{/capture}
-{include file='email_plaintext'}
-{else}
- {capture assign='content'}
- {lang}wcf.user.mail.mail.html{/lang}
- {/capture}
- {include file='email_html'}
-{/if}