Your IP : 216.73.216.5


Current Path : /home/theafprt/conviviality360.com/wp-content/themes/salient/
Upload File :
Current File : /home/theafprt/conviviality360.com/wp-content/themes/salient/template-no-footer.php

<?php
/*template name: No Footer */
get_header();
nectar_page_header( $post->ID );

$nectar_fp_options = nectar_get_full_page_options();
$nectar_options    = get_nectar_theme_options();
$header_format     = ( ! empty( $nectar_options['header_format'] ) ) ? $nectar_options['header_format'] : 'default';
$theme_skin        = ( ! empty( $nectar_options['theme-skin'] ) ) ? $nectar_options['theme-skin'] : 'original';
if ( 'centered-menu-bottom-bar' === $header_format ) {
	$theme_skin = 'material';
}

?>

<div class="container-wrap">
	<div class="<?php if ( $nectar_fp_options['page_full_screen_rows'] !== 'on' ) { echo 'container';} ?> main-content">
		<div class="row">
			
			<?php

			nectar_hook_before_content(); 

			if ( have_posts() ) :
				while ( have_posts() ) :

					the_post();
					the_content();

				 endwhile;
			 endif;

			nectar_hook_after_content(); 
			
			?>

		</div><!--/row-->
	</div><!--/container-->
</div><!--/container-wrap-->


<?php

nectar_hook_before_outer_wrap_close();

get_template_part( 'includes/partials/footer/off-canvas-navigation' );

?>


</div> <!--/ajax-content-wrap-->


<?php
if ( ! empty( $nectar_options['boxed_layout'] ) && 
	$nectar_options['boxed_layout'] === '1' && 
	$header_format !== 'left-header' ) {
	echo '</div><!--/boxed closing div-->'; }

get_template_part( 'includes/partials/footer/back-to-top' );

get_template_part( 'includes/partials/footer/body-border' );


nectar_hook_after_wp_footer();
nectar_hook_before_body_close();

wp_footer();
?>
</body>
</html>