themes/printable/footer.tpl
changeset 650 e45183014778
parent 0 902822492a68
child 1122 e1606c85e937
equal deleted inserted replaced
649:74e03196fd43 650:e45183014778
     7                  
     7                  
     8                  -Dan
     8                  -Dan
     9                  -->
     9                  -->
    10             <div id="credits">
    10             <div id="credits">
    11               {COPYRIGHT}<br />
    11               {COPYRIGHT}<br />
    12               Powered by <a href="http://www.enanocms.org">Enano</a>  |  <a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.1</a>  |  <a href="http://jigsaw.w3.org/css-validator/validator?uri=referer">Valid CSS</a>  |  [[Stats]]
    12               Powered by <a href="http://enanocms.org">Enano</a>  |  <a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.1</a>  |  <a href="http://jigsaw.w3.org/css-validator/validator?uri=referer">Valid CSS</a>  |  [[Stats]]
    13             </div>
    13             </div>
    14             
    14             
    15     <script type="text/javascript">
       
    16       // This initializes the Javascript runtime when the DOM is ready - not when the page is
       
    17       // done loading, because enano-lib-basic still has to load some 15 other script files
       
    18       // check for the init function - this is a KHTML fix
       
    19       if ( typeof ( enano_init ) == 'function' )
       
    20       {
       
    21         enano_init();
       
    22         window.onload = function(e) {  };
       
    23       }
       
    24     </script>
       
    25   </body>
    15   </body>
    26 </html>
    16 </html>