%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<?php /** * The Sidebar containing the footer widget areas. * * @package Mystery Themes * @subpackage News Portal * @since 1.0.0 */ ?> <?php /** * The footer widget area is triggered if any of the areas * have widgets. So let's check that first. * * If none of the sidebars have widgets, then let's bail early. */ $news_portal_footer_widget_option = get_theme_mod( 'news_portal_footer_widget_option', 'show' ); if( $news_portal_footer_widget_option == 'hide' ) { return; } if( !is_active_sidebar( 'news_portal_footer_sidebar' ) && !is_active_sidebar( 'news_portal_footer_sidebar-2' ) && !is_active_sidebar( 'news_portal_footer_sidebar-3' ) && !is_active_sidebar( 'news_portal_footer_sidebar-4' ) ) { return; } $news_portal_footer_layout = get_theme_mod( 'footer_widget_layout', 'column_three' ); ?> <div id="top-footer" class="footer-widgets-wrapper footer_<?php echo esc_attr( $news_portal_footer_layout ); ?> np-clearfix"> <div class="mt-container"> <div class="footer-widgets-area np-clearfix"> <div class="np-footer-widget-wrapper np-column-wrapper np-clearfix"> <div class="np-footer-widget wow fadeInLeft" data-wow-duration="0.5s"> <?php if ( !dynamic_sidebar( 'news_portal_footer_sidebar' ) ): endif; ?> </div> <?php if( $news_portal_footer_layout != 'column_one' ){ ?> <div class="np-footer-widget wow fadeInLeft" data-woww-duration="1s"> <?php if ( !dynamic_sidebar( 'news_portal_footer_sidebar-2' ) ): endif; ?> </div> <?php } ?> <?php if( $news_portal_footer_layout == 'column_three' || $news_portal_footer_layout == 'column_four' ){ ?> <div class="np-footer-widget wow fadeInLeft" data-wow-duration="1.5s"> <?php if ( !dynamic_sidebar( 'news_portal_footer_sidebar-3' ) ): endif; ?> </div> <?php } ?> <?php if( $news_portal_footer_layout == 'column_four' ){ ?> <div class="np-footer-widget wow fadeInLeft" data-wow-duration="2s"> <?php if ( !dynamic_sidebar( 'news_portal_footer_sidebar-4' ) ): endif; the_tags() ?> </div> <?php } ?> </div><!-- .np-footer-widget-wrapper --> </div><!-- .footer-widgets-area --> </div><!-- .mt-container --> </div><!-- .footer-widgets-wrapper -->