themes/printable/footer.tpl
changeset 0 902822492a68
child 650 e45183014778
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/printable/footer.tpl	Wed Jun 13 16:03:00 2007 -0400
@@ -0,0 +1,26 @@
+              </div>
+            </div></div>
+            
+            <!-- We strongly request that you leave the notice below in its place; it helps to attract users to Enano in exchange for providing you
+                 with your CMS. Enano is still new; therefore we are looking to attract users, and we feel that this notice will help. If you refuse
+                 to include even this tiny little notice, support on the Enano forums may be affected. Thanks guys.
+                 
+                 -Dan
+                 -->
+            <div id="credits">
+              {COPYRIGHT}<br />
+              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]]
+            </div>
+            
+    <script type="text/javascript">
+      // This initializes the Javascript runtime when the DOM is ready - not when the page is
+      // done loading, because enano-lib-basic still has to load some 15 other script files
+      // check for the init function - this is a KHTML fix
+      if ( typeof ( enano_init ) == 'function' )
+      {
+        enano_init();
+        window.onload = function(e) {  };
+      }
+    </script>
+  </body>
+</html>