templates/layout.tmpl
changeset 26 9d3beac1b196
parent 21 b05979822dee
child 27 2acfbbe14226
--- a/templates/layout.tmpl	Sat Feb 07 04:44:00 2009 +0200
+++ b/templates/layout.tmpl	Sat Feb 07 04:57:22 2009 +0200
@@ -36,10 +36,17 @@
 
             <div id="footer">
                 <div id="footer-right">
-                    Modified ${page.modified}
+                    Page Modified ${page.modified} <br/>
+                    Current time ${h.now()}
                 </div>
-
-                &copy; 2009 Tero Marttila
+               
+                <div id="footer-left">
+                    &copy; 2009 Tero Marttila
+                </div>
+                
+                <div id="footer-center">
+                    Validated <a href="http://validator.w3.org/check?uri=www.qmsk.net">XHTML 1.0 Strict</a> &amp; <a href="http://jigsaw.w3.org/css-validator/validator?uri=www.qmsk.net">CSS 2.1</a>
+                </div>
             </div>
     </body>
 </html>