</div>
</div>
<div class="clear_long"></div>
</div>
<?php include_once('framework/class/footer_class.php');
$foo_copy = new copyright;
$foo_info = new informations;
?>
<footer>
<div class="footer_content">
<div class="footer_left"><?php $foo_copy->show_copy(); ?><br><?php $foo_info->show_info(); ?></div>
<div class="footer_right"><?php echo $sitelinks; ?></div>
</div>
</footer>
</div>
</body>
</html>
<?php include_once('framework/work/end.php'); ?>