Current path: home/webdevt/www/wdp/wp-content/themes/quadric/framework/modules/footer/templates/parts/
?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/framework/modules/footer/templates
<?php if(($content_bottom_area == "yes") && (is_active_sidebar($content_bottom_area_sidebar))) { ?>
<div class="edgtf-content-bottom" <?php edgtf_quadric_inline_style($content_bottom_background_color); ?>>
<?php if($content_bottom_area_in_grid == 'yes'){ ?>
<div class="edgtf-container">
<div class="edgtf-container-inner clearfix">
<?php } ?>
<?php dynamic_sidebar($content_bottom_area_sidebar); ?>
<?php if($content_bottom_area_in_grid == 'yes'){ ?>
</div>
</div>
<?php } ?>
</div>
<?php } ?>