From 9af75229fe94abfe1f8baf4f1e325218539fc5ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Tue, 8 Apr 2014 21:31:35 +0200 Subject: [PATCH] registration mail --- app/View/Emails/html/default.ctp | 28 ------------------------ app/View/Emails/text/default.ctp | 19 ---------------- app/View/Layouts/Emails/html/default.ctp | 4 +--- app/View/Layouts/Emails/text/default.ctp | 2 -- 4 files changed, 1 insertion(+), 52 deletions(-) delete mode 100755 app/View/Emails/html/default.ctp delete mode 100755 app/View/Emails/text/default.ctp diff --git a/app/View/Emails/html/default.ctp b/app/View/Emails/html/default.ctp deleted file mode 100755 index fef4cfd..0000000 --- a/app/View/Emails/html/default.ctp +++ /dev/null @@ -1,28 +0,0 @@ - - ' . $line . "

\n"; -endforeach; -foreach ($content as $line): - echo '

' . $line . "

\n"; -endforeach; -?> diff --git a/app/View/Emails/text/default.ctp b/app/View/Emails/text/default.ctp deleted file mode 100755 index 9c9fda3..0000000 --- a/app/View/Emails/text/default.ctp +++ /dev/null @@ -1,19 +0,0 @@ - - diff --git a/app/View/Layouts/Emails/html/default.ctp b/app/View/Layouts/Emails/html/default.ctp index da3851a..205fa41 100755 --- a/app/View/Layouts/Emails/html/default.ctp +++ b/app/View/Layouts/Emails/html/default.ctp @@ -23,7 +23,5 @@ fetch('content'); ?> - -

This email was sent using the CakePHP Framework

- \ No newline at end of file + diff --git a/app/View/Layouts/Emails/text/default.ctp b/app/View/Layouts/Emails/text/default.ctp index ee624de..7d9b723 100755 --- a/app/View/Layouts/Emails/text/default.ctp +++ b/app/View/Layouts/Emails/text/default.ctp @@ -17,5 +17,3 @@ */ ?> fetch('content'); ?> - -This email was sent using the CakePHP Framework, http://cakephp.org.