author | Dan Fuhry <dan@enanocms.org> |
Mon, 15 Nov 2010 17:54:59 -0500 | |
changeset 3 | 90390da47ea7 |
parent 2 | ade40c219b05 |
permissions | -rw-r--r-- |
0
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
1 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
2 |
<!-- END OF CONTENT --> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
3 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
4 |
</div> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
5 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
6 |
</div> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
7 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
8 |
</div> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
9 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
10 |
<div class="clearer"><span></span></div> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
11 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
12 |
<div class="footer"> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
13 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
14 |
<span class="left"> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
15 |
Powered by <a href="<!-- BEGIN stupid_mode -->http://enanocms.org/<!-- BEGINELSE stupid_mode -->{URL_ABOUT_ENANO}<!-- END stupid_mode -->">Enano</a> | |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
16 |
Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> & <a href="http://validator.w3.org/check?uri=referer">XHTML</a></span> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
17 |
</span> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
18 |
|
2
ade40c219b05
Some compatibility fixes for 1.1.4 changes; switched to jsres in header
Dan
parents:
0
diff
changeset
|
19 |
<span class="right"><a href="<?php $u = scriptPath . '/themes/' . $this->tpl_strings['THEME_ID'] . '/credits.php'; echo ( is_object(@$session) ) ? $session->append_sid($u) : $u; ?>">Copyright © <?php echo enano_date('Y'); ?></a></span> |
0
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
20 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
21 |
<div class="clearer"><span></span></div> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
22 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
23 |
</div> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
24 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
25 |
</div> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
26 |
|
3
90390da47ea7
Updated with new toolbar.tpl (adds sprite support); fixed modal editor and JS headers
Dan Fuhry <dan@enanocms.org>
parents:
2
diff
changeset
|
27 |
{JS_FOOTER} |
90390da47ea7
Updated with new toolbar.tpl (adds sprite support); fixed modal editor and JS headers
Dan Fuhry <dan@enanocms.org>
parents:
2
diff
changeset
|
28 |
|
90390da47ea7
Updated with new toolbar.tpl (adds sprite support); fixed modal editor and JS headers
Dan Fuhry <dan@enanocms.org>
parents:
2
diff
changeset
|
29 |
<!-- Enable the modal page editor --> |
90390da47ea7
Updated with new toolbar.tpl (adds sprite support); fixed modal editor and JS headers
Dan Fuhry <dan@enanocms.org>
parents:
2
diff
changeset
|
30 |
<script type="text/javascript"> |
90390da47ea7
Updated with new toolbar.tpl (adds sprite support); fixed modal editor and JS headers
Dan Fuhry <dan@enanocms.org>
parents:
2
diff
changeset
|
31 |
editor_use_modal_window = true; |
90390da47ea7
Updated with new toolbar.tpl (adds sprite support); fixed modal editor and JS headers
Dan Fuhry <dan@enanocms.org>
parents:
2
diff
changeset
|
32 |
tinymce_skin = 'o2k7'; |
90390da47ea7
Updated with new toolbar.tpl (adds sprite support); fixed modal editor and JS headers
Dan Fuhry <dan@enanocms.org>
parents:
2
diff
changeset
|
33 |
</script> |
90390da47ea7
Updated with new toolbar.tpl (adds sprite support); fixed modal editor and JS headers
Dan Fuhry <dan@enanocms.org>
parents:
2
diff
changeset
|
34 |
|
0
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
35 |
</body> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
36 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
37 |
</html> |