From 8bb20391a924cb57b8861cdef70c0d4e348c3e52 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 29 Dec 2013 02:37:32 +0400 Subject: [PATCH] added html layout for mail component in basic app --- mails/layouts/html.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 mails/layouts/html.php diff --git a/mails/layouts/html.php b/mails/layouts/html.php new file mode 100644 index 0000000..2e6b615 --- /dev/null +++ b/mails/layouts/html.php @@ -0,0 +1,24 @@ + +beginPage() ?> + + + + + <?= Html::encode($this->title) ?> + head() ?> + + + beginBody() ?> + + endBody() ?> + + +endPage() ?> \ No newline at end of file