<!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 9]> <html class="no-js lt-ie10" <?php language_attributes(); ?>> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" <?php language_attributes(); ?>> <!--<![endif]--> <head> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <meta name='viewport' content='width=device-width, initial-scale=1, user-scalable=yes' /> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <?php wp_head(); ?> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-LSNZ7EEGZQ"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-LSNZ7EEGZQ'); </script> </head> <body <?php body_class(); ?>> <?php do_action('jnews_after_body'); ?> <?php get_template_part('fragment/side-feed'); ?> <div class="jeg_ad jeg_ad_top jnews_header_top_ads"> <?php do_action('jnews_header_top_ads'); ?> </div> <!-- The Main Wrapper ============================================= --> <div class="jeg_viewport"> <?php jnews_background_ads(); ?> <div class="jeg_header_wrapper"> <?php get_template_part('fragment/header/desktop-builder'); ?> </div> <div class="jeg_header_sticky"> <?php get_template_part('fragment/header/desktop-sticky-wrapper'); ?> </div> <div class="jeg_navbar_mobile_wrapper"> <?php get_template_part('fragment/header/mobile-builder'); ?> </div> <div class="jeg_ad jeg_ad_top jnews_header_bottom_ads"> <?php do_action('jnews_header_bottom_ads'); ?> </div> <?php do_action('jnews_element_below_header'); ?>

Etiqueta: PSI

Te Puede Interesar

<div class="footer-holder" id="footer" data-id="footer"> <?php $footer_style = get_theme_mod( 'jnews_footer_style', '1' ); $js_scroll = get_theme_mod( 'jnews_scroll_to_top_desktop', true ) ? 'desktop' : ''; $js_scroll = get_theme_mod( 'jnews_scroll_to_top_mobile', false ) ? $js_scroll . ' mobile' : $js_scroll; if ( $footer_style === 'custom' ) { get_template_part( 'fragment/footer/footer-custom' ); } else { get_template_part( 'fragment/footer/footer-' . $footer_style ); } ?> </div> <?php if ( ! empty( $js_scroll ) ) : ?> <div class="jscroll-to-top <?php echo esc_html( $js_scroll ); ?>"> <a href="#back-to-top" class="jscroll-to-top_link"><i class="fa fa-angle-up"></i></a> </div> <?php endif; ?> </div> <?php if ( apply_filters( 'jnews_can_render_account_popup', false ) ) { get_template_part( 'fragment/account/account-popup' ); } wp_footer(); ?> </body> </html>