<?php

/**

 * Template Name: Footer

 *

 * @package Make

 */

get_header(); 
global $post;
?>
</section>
<div id="rd-footer" >
	<?php the_content();?>
</div> 
 
<?php if( reza_option('body_layout' )=='enable'){?>
</div>
<?php }?>
 <footer><?php wp_footer(); ?></footer>
    

</body>
</html>
