]> dev.renevier.net Git - syj.git/blobdiff - application/layouts/scripts/footer.phtml
faq
[syj.git] / application / layouts / scripts / footer.phtml
index f2c1b13e85483ae9ef8c6d2246660cd7dbfd1768..776d906aad8d9e70dcee6dccf36271523e28763a 100644 (file)
@@ -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 '</div>' . PHP_EOL;
 
 ?>