<?php
/**
* SASHA :: style/default/footer.php
*
* This is the style footer for all pages.
*
* @package SASHA
* @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id: footer.php 77 2010-01-04 23:28:21Z gphemsley $
*/
if( !defined( 'ROOT' ) )
{
exit;
}
@require_once( ROOT . 'inc/inc.main.php' );
?>
</div>
<div id="copyright">
<p><a href="http://sasha.sourceforge.net/">Student Assignment, Scheduling, and Homework Assistant</a></p>
<p>Copyright © 2006–2010 <a href="mailto:hide@address.com">Gordon P. Hemsley</a></p>
</div>
<div id="debug">
<p>Version <?php print SASHA_VERSION; ?></p>
</div>
</body>
</html>