From: stephen@cubedesigners.com Date: Tue, 21 Jun 2016 16:06:38 +0000 (+0000) Subject: WIP #481 @0:20 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=cb9bced8fa9c7902f4903e564b9c1a3d792084cf;p=fluidbook-v3.git WIP #481 @0:20 --- 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