Example #1
0
    echo " style='background-color:" . $background_color . "'";
}
?>
>
        <?php 
if (isset($qode_options_proya['overlapping_content']) && $qode_options_proya['overlapping_content'] == 'yes') {
    ?>
            <div class="overlapping_content"><div class="overlapping_content_inner">
        <?php 
}
?>
		<div class="container_inner default_template_holder clearfix<?php 
echo $container_inner_class;
?>
" <?php 
qode_inline_style($content_style_spacing);
?>
>
			<?php 
if ($sidebar == "default" || $sidebar == "") {
    ?>

					<?php 
    echo $content;
    ?>

					<?php 
    get_template_part('templates/blog', 'structure');
    ?>
					
			<?php 
    }
    $footer_bottom_border_style = array();
    if ($footer_bottom_border_color !== '') {
        $footer_bottom_border_style[] = 'background-color: ' . $footer_bottom_border_color;
    }
    if ($footer_bottom_border_width !== '') {
        $footer_bottom_border_style[] = 'height: ' . $footer_bottom_border_width;
    }
    if ($display_footer_text) {
        ?>
			<div class="footer_bottom_holder">
                <?php 
        if ($footer_bottom_border_color !== '') {
            ?>
                    <div <?php 
            qode_inline_style($footer_bottom_border_style);
            ?>
 <?php 
            qode_class_attribute('footer_bottom_border ' . $footer_bottom_border_in_grid_class);
            ?>
></div>
                <?php 
        }
        ?>
				<?php 
        if ($footer_bottom_in_grid) {
            ?>
				<div class="container">
					<div class="container_inner">
				<?php 
        }