From 01781dd53ff446d5045e04b7988b8c937af03a2f Mon Sep 17 00:00:00 2001 From: Piotr Potrebka <piotr.potrebka@wpdesk.net> Date: Wed, 1 Feb 2023 13:20:31 +0100 Subject: [PATCH] feat: email abstract --- {tempates => templates}/html/default.php | 0 {tempates => templates}/html/email-footer.php | 0 {tempates => templates}/html/email-header.php | 0 {tempates => templates}/html/email-styles.php | 0 {tempates => templates}/plain/default.php | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {tempates => templates}/html/default.php (100%) rename {tempates => templates}/html/email-footer.php (100%) rename {tempates => templates}/html/email-header.php (100%) rename {tempates => templates}/html/email-styles.php (100%) rename {tempates => templates}/plain/default.php (100%) diff --git a/tempates/html/default.php b/templates/html/default.php similarity index 100% rename from tempates/html/default.php rename to templates/html/default.php diff --git a/tempates/html/email-footer.php b/templates/html/email-footer.php similarity index 100% rename from tempates/html/email-footer.php rename to templates/html/email-footer.php diff --git a/tempates/html/email-header.php b/templates/html/email-header.php similarity index 100% rename from tempates/html/email-header.php rename to templates/html/email-header.php diff --git a/tempates/html/email-styles.php b/templates/html/email-styles.php similarity index 100% rename from tempates/html/email-styles.php rename to templates/html/email-styles.php diff --git a/tempates/plain/default.php b/templates/plain/default.php similarity index 100% rename from tempates/plain/default.php rename to templates/plain/default.php -- GitLab