<?php do_action( 'wptouch_body_bottom' ); ?>
<?php get_template_part( 'footer-top' ); ?>
<div class="<?php wptouch_footer_classes(); ?>">
<?php wptouch_footer(); ?>
<?php if ( function_exists('cn_social_icon') ) echo cn_social_icon(); ?>
</div>
<?php do_action( 'wptouch_language_insert' ); ?>
<?php get_template_part( 'switch-link' ); ?>
</div><!-- page wrapper -->
</body>
</html>