?? GreyFile — Mystic File Browser

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

?? Viewing: footer-bottom.php

<?php if($footer_bottom_border != '') {
	if($footer_bottom_border_in_grid != '') { ?>
		<div class="edgtf-footer-ingrid-border-holder-outer">
	<?php } ?>
	<div class="edgtf-footer-bottom-border-holder <?php echo esc_attr($footer_bottom_border_in_grid); ?>" <?php edgtf_quadric_inline_style($footer_bottom_border); ?>></div>
	<?php if($footer_bottom_border_in_grid != '') { ?>
		</div>
	<?php }
} ?>

<div class="edgtf-footer-bottom-holder">
	<div class="edgtf-footer-bottom-holder-inner <?php echo esc_attr($footer_bottom_classes); ?>">
		<?php if($footer_in_grid) { ?>
			<div class="edgtf-container">
				<div class="edgtf-container-inner">

		<?php }

		switch ($footer_bottom_columns) {
			case 3:
				edgtf_quadric_get_footer_bottom_sidebar_three_columns();
				break;
			case 2:
				edgtf_quadric_get_footer_bottom_sidebar_two_columns();
				break;
			case 1:
				edgtf_quadric_get_footer_bottom_sidebar_one_column();
				break;
		}
		if($footer_in_grid){ ?>
				</div>
			</div>
		<?php } ?>
		</div>
	</div>
<?php if($footer_bottom_border_bottom != ''){ ?>
	<div class="edgtf-footer-bottom-border-bottom-holder <?php echo esc_attr($footer_top_border_in_grid); ?>" <?php edgtf_quadric_inline_style($footer_bottom_border_bottom); ?>></div>
<?php } ?>


??

??