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.