> >
'; wp_nav_menu( array('theme_location' => $top_menu_location, 'container' => '', 'depth' => 1 ) ); echo '
'; } //Display social links if($social_links) { echo ''; } ?>
'; $logo = get_theme_mod('blesk_logo', get_stylesheet_directory_uri().'/assets/img/logo.png'); if($logo) { echo 'logo'; } else { echo '

'.get_bloginfo('name').'

'.get_bloginfo('description').'

'; } echo ''; } //Display Header AD if($header_ad) { echo '
'.$header_ad.'
'; } ?>
'; } ?>