ACC SHELL
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content
* after. Calls sidebar-footer.php for bottom widgets.
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/
?>
</div><!--main-->
<div class="clean"></div>
</div><!--wrapper-->
<div class="clean"></div>
<div class="push"></div>
</div><!--page-->
<div id="footer">
<?php get_sidebar("footer") ?>
</div>
<?php
/* Always have wp_footer() just before the closing </body>
* tag of your theme, or you will break many plugins, which
* generally use this hook to reference JavaScript files.
*/
wp_footer();
?>
</body>
</html>
ACC SHELL 2018