]> _ Git - fluidbook-v3.git/commitdiff
WIP #481 @0:20
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 21 Jun 2016 16:06:38 +0000 (16:06 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 21 Jun 2016 16:06:38 +0000 (16:06 +0000)
framework/application/views/scripts/common/footer.phtml

index a85fdda897e98b4a695f7b666562d4992263d979..f5f4b28891f22b3cea7548c89c0e09b93540fcae 100644 (file)
@@ -1,5 +1,18 @@
 <?php\r
 $res = '<footer>';\r
 \r
+$res .= '<address>';\r
+$res .= $this->option('address')['adresse'];\r
+$res .= '<br>';\r
+$res .= __('Tél.') . ' ' . $this->option('address')['phone'];\r
+$res .= '<br>';\r
+$res .= $this->option('address')['email'];\r
+$res .= '</address>';\r
+\r
+$res .= '<div class="footer-bottom">';\r
+$res .= $this->markupDotclear($this->option('footer'));\r
+$res .= '</div>'; // .footer-bottom\r
+\r
 $res .= '</footer>';\r
+\r
 echo $res;
\ No newline at end of file