</div>
</div>
<div class="clear"></div>
<?php include_once('functions/class/informations.php');
$foo_stat = new footer_statistic;
$foo_copy = new footer_copyright;
?>
<footer>
<div class="footer_wrapper">
<div class="footer_left"><?php $foo_stat->show_stats(); ?></div>
<div class="footer_right"><?php $foo_copy->show_copy(); ?></div>
</div>
</footer>
</div>
</body>
</html>
<?php include('framework/configure/end.php'); ?>