0byt3m1n1
Path:
/
data
/
21
/
3
/
125
/
28
/
3125354
/
user
/
3486433
/
htdocs
/
wp-content
/
themes
/
carre
/
[
Home
]
File: tpl-visual_composer.php
<?php /* Template Name: VC Page */ get_header() ; $meta = _WSH()->get_meta('_bunch_header_settings'); $bg = carre_set($meta, 'header_img'); $title = carre_set($meta, 'header_title'); ?> <?php if(carre_set($meta, 'breadcrumb')):?> <!-- page heading area start --> <section id="blog-banner" class="page-banner" <?php if($bg):?>style="background-image:url('<?php echo esc_attr($bg)?>');"<?php endif;?>> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12"> <div class="blog_heading text-center"> <h2><?php if($title) echo balanceTags($title); else wp_title('');?></h2> <h3><?php echo balanceTags(carre_get_the_breadcrumb()); ?></h3> </div> </div> </div> </div> </section> <!-- page heading area end --> <?php endif;?> <?php while( have_posts() ): the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> <?php get_footer() ; ?>