]> dev.renevier.net Git - syj.git/blobdiff - application/layouts/scripts/footer.phtml
use html5 <footer> element
[syj.git] / application / layouts / scripts / footer.phtml
index f2c1b13e85483ae9ef8c6d2246660cd7dbfd1768..fa0450bd3eed8c20a41fc70eccccee4e851fbd45 100644 (file)
@@ -1,5 +1,7 @@
 <?php
-echo '<div id="footer">' . PHP_EOL;
+
+echo '<!--[if IE]><script>document.createElement("footer");</script><![endif]-->' . PHP_EOL;
+echo '<footer>' . PHP_EOL;
 echo '<div id="footer-padding"></div>' . PHP_EOL;
 
 /*
@@ -87,6 +89,16 @@ echo $this->footerLink(array(
     $this->translate("terms of use"),
     false);
 
-echo '</div>' . PHP_EOL;
+/*
+ * faq
+ */
+echo $this->footerLink(array(
+    'route' => 'faq',
+    'action'     => 'index',
+    'controller' => 'faq'),
+    $this->translate("help"),
+    false);
+
+echo '</footer>' . PHP_EOL;
 
 ?>