wordpress/php-fpm/wordpress_files/themes/ofiok2018/sidebar-footer3.php

25 lines
484 B
PHP
Raw Normal View History

2020-05-22 03:40:23 +02:00
<?php
/**
* Sidebar setup for footer full.
*
* @package understrap
*/
$container = get_theme_mod( 'understrap_container_type' );
?>
<?php if ( is_active_sidebar( 'footer3' ) ) : ?>
<!-- ******************* The Footer Full-width Widget Area ******************* -->
<div class="col" id="footer-3">
<div class="<?php echo esc_attr( $container ); ?>" tabindex="-1">
<?php dynamic_sidebar( 'footer3' ); ?>
</div>
</div><!-- #wrapper-footer-full -->
<?php endif; ?>