darkritual/footer.tpl
author Dan
Fri, 25 Apr 2008 13:55:08 -0400
changeset 2 ade40c219b05
parent 0 da5928e7af09
child 3 90390da47ea7
permissions -rw-r--r--
Some compatibility fixes for 1.1.4 changes; switched to jsres in header
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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> &nbsp;&nbsp;|&nbsp;&nbsp;
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> &amp; <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 &copy; <?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
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    27
</body>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    28
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    29
</html>