Current File : /home/bwalansa/www/wp-content.old/themes.backup/Savia/page.php
  <?php 
/**
 * Template Name: Template - Full Width
 *
 * A Full Width custom page template without sidebar.
 * @package WordPress
 */


get_header(); ?>

<div class="content_bgr">

<?php	// Shall we display the page heading
		$hide_heading = get_post_meta($post->ID, 'boc_page_heading_set', true);
		if($hide_heading!=='yes') {
?>
	<?php if((is_page() || is_single()) && !is_front_page()): ?>
		<div class="full_container_page_title">	
			<div class="container startNow animationStart">		
				<div class="row no_bm">
					<div class="sixteen columns">
						<?php boc_breadcrumbs(); ?>
						<div class="page_heading"><h1><?php the_title(); ?></h1></div>
					</div>		
				</div>
			</div>
		</div>
	<?php endif; ?>
	
<?php 	} ?>



	<!-- Post -->
	<div <?php post_class(''); ?> id="post-<?php the_ID(); ?>" >

		<?php $pp = 0; while (have_posts()) : the_post(); ?>
	<?php if( get_the_content()!="") $pp = 1; ?>
		<?php // Check for occurence of 'container'; if none - put one in to keep the layout intact 
			$content = get_the_content();
			$container_exists = strpos($content, 'row_container');

			$automatic_container_open = '
			<!-- Automatic Container -->
			<div class="container">
				<div class="row">
					<div class="sixteen columns">';
		
			$automatic_container_close = '
					</div>
				</div>
			</div>';
		?>
		
		<?php echo !$container_exists ? $automatic_container_open : ''; ?>
		<?php echo the_content(); ?>
	
		<?php wp_link_pages(); ?>
		<?php echo !$container_exists ? $automatic_container_close : ''; ?>
		
		<?php endwhile; ?>

	</div>
	<!-- Post :: END -->	

	

<div style="background: transparent url(&quot;/wp-content/chartegraphique/2014/03/poly_bgr_green.jpg&quot;) repeat scroll 50% 30.5px;" class="full_container parallax_bgr no_padding no_border_container" data-stellar-background-ratio="0.5"><div class="container ebho">
		<div class="row no_margin dark_container_white_text">
			<div class="sixteen columns">
			<div class="text_box no_mar box_no_bgr">
					<a style='display:none' href="/bwa/contact" class="button button_pale tiny_button"><div class="shortcode_icon   shortcode_icon_simple"><i class="icon mail"></i></div>Contactez nous !</a>
										<h2 style='display:none'>Vous d&eacute;sirez une information, nous donner votre avis, nous laisser un message ?</h2>
				</div>

			</div>			
    	</div>
	</div>
	</div>
</div>

<?php get_footer(); ?>