From: Matthias Schmidt Date: Wed, 9 Jun 2021 16:03:19 +0000 (+0200) Subject: Remove `email_mail` template X-Git-Tag: 5.5.0_Alpha_1~669 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2540055b48a39917e40be6b968e0fd9ee9c12a73;p=GitHub%2FWoltLab%2FWCF.git Remove `email_mail` template Close #4203 --- diff --git a/com.woltlab.wcf/templateDelete.xml b/com.woltlab.wcf/templateDelete.xml index f2c777e021..f00d6da3d0 100644 --- a/com.woltlab.wcf/templateDelete.xml +++ b/com.woltlab.wcf/templateDelete.xml @@ -28,6 +28,7 @@ + diff --git a/com.woltlab.wcf/templates/email_mail.tpl b/com.woltlab.wcf/templates/email_mail.tpl deleted file mode 100644 index f66cf12f28..0000000000 --- a/com.woltlab.wcf/templates/email_mail.tpl +++ /dev/null @@ -1,9 +0,0 @@ -{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}