]> dev.renevier.net Git - syj.git/blobdiff - application/layouts/scripts/footer.phtml
use html5 <footer> element
[syj.git] / application / layouts / scripts / footer.phtml
index 776d906aad8d9e70dcee6dccf36271523e28763a..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;
 
 /*
@@ -94,9 +96,9 @@ echo $this->footerLink(array(
     'route' => 'faq',
     'action'     => 'index',
     'controller' => 'faq'),
-    $this->translate("faq"),
+    $this->translate("help"),
     false);
 
-echo '</div>' . PHP_EOL;
+echo '</footer>' . PHP_EOL;
 
 ?>