0
|
1 |
</div>
|
|
2 |
</div></div>
|
|
3 |
|
|
4 |
<!-- We strongly request that you leave the notice below in its place; it helps to attract users to Enano in exchange for providing you
|
|
5 |
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
|
|
6 |
to include even this tiny little notice, support on the Enano forums may be affected. Thanks guys.
|
|
7 |
|
|
8 |
-Dan
|
|
9 |
-->
|
|
10 |
<div id="credits">
|
|
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]]
|
|
13 |
</div>
|
|
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>
|
|
26 |
</html>
|