From 4a3ec0ca3f7d0ca8776a6ee7f2a2615234395eb8 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Mon, 16 Jul 2018 00:09:33 +0200 Subject: Cake 3.6.7 fresh install --- .../src/Template/Layout/Email/html/default.ctp | 24 ++++++++++++++++++++++ .../src/Template/Layout/Email/text/default.ctp | 16 +++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 fai_gestion/src/Template/Layout/Email/html/default.ctp create mode 100644 fai_gestion/src/Template/Layout/Email/text/default.ctp (limited to 'fai_gestion/src/Template/Layout/Email') diff --git a/fai_gestion/src/Template/Layout/Email/html/default.ctp b/fai_gestion/src/Template/Layout/Email/html/default.ctp new file mode 100644 index 0000000..3ff87ff --- /dev/null +++ b/fai_gestion/src/Template/Layout/Email/html/default.ctp @@ -0,0 +1,24 @@ + + + + + <?= $this->fetch('title') ?> + + + fetch('content') ?> + + diff --git a/fai_gestion/src/Template/Layout/Email/text/default.ctp b/fai_gestion/src/Template/Layout/Email/text/default.ctp new file mode 100644 index 0000000..29b439c --- /dev/null +++ b/fai_gestion/src/Template/Layout/Email/text/default.ctp @@ -0,0 +1,16 @@ +fetch('content'); -- cgit v1.1