X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Flayouts%2Fscripts%2Ffooter.phtml;h=776d906aad8d9e70dcee6dccf36271523e28763a;hp=f2c1b13e85483ae9ef8c6d2246660cd7dbfd1768;hb=208a09a18b0212eecb94b74fd63840e6fcce8878;hpb=e0467a21e9d0f5237e0c3505933c625ef7c02be0 diff --git a/application/layouts/scripts/footer.phtml b/application/layouts/scripts/footer.phtml index f2c1b13..776d906 100644 --- a/application/layouts/scripts/footer.phtml +++ b/application/layouts/scripts/footer.phtml @@ -87,6 +87,16 @@ echo $this->footerLink(array( $this->translate("terms of use"), false); +/* + * faq + */ +echo $this->footerLink(array( + 'route' => 'faq', + 'action' => 'index', + 'controller' => 'faq'), + $this->translate("faq"), + false); + echo '' . PHP_EOL; ?>