From cb9bced8fa9c7902f4903e564b9c1a3d792084cf Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Tue, 21 Jun 2016 16:06:38 +0000 Subject: [PATCH] WIP #481 @0:20 --- .../application/views/scripts/common/footer.phtml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/framework/application/views/scripts/common/footer.phtml b/framework/application/views/scripts/common/footer.phtml index a85fdda..f5f4b28 100644 --- a/framework/application/views/scripts/common/footer.phtml +++ b/framework/application/views/scripts/common/footer.phtml @@ -1,5 +1,18 @@ '; +$res .= '
'; +$res .= $this->option('address')['adresse']; +$res .= '
'; +$res .= __('Tél.') . ' ' . $this->option('address')['phone']; +$res .= '
'; +$res .= $this->option('address')['email']; +$res .= '
'; + +$res .= ''; // .footer-bottom + $res .= ''; + echo $res; \ No newline at end of file -- 2.39.5