]> dev.renevier.net Git - syj.git/blobdiff - application/layouts/scripts/footer.phtml
use html5 <footer> element
[syj.git] / application / layouts / scripts / footer.phtml
index 514ea243e0bf3c58194a45f907043ec580b9503e..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;
 
 /*
@@ -97,6 +99,6 @@ echo $this->footerLink(array(
     $this->translate("help"),
     false);
 
-echo '</div>' . PHP_EOL;
+echo '</footer>' . PHP_EOL;
 
 ?>