From 9a0e9295e584ebd42ee070c3cae647f0cb2253cb 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 --- apps/basic/mails/layouts/html.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 apps/basic/mails/layouts/html.php diff --git a/apps/basic/mails/layouts/html.php b/apps/basic/mails/layouts/html.php new file mode 100644 index 0000000..2e6b615 --- /dev/null +++ b/apps/basic/mails/layouts/html.php @@ -0,0 +1,24 @@ + +beginPage() ?> + + + + + <?= Html::encode($this->title) ?> + head() ?> + + + beginBody() ?> + + endBody() ?> + + +endPage() ?> \ No newline at end of file