>
>
'; wp_nav_menu( array('theme_location' => $top_menu_location, 'container' => '', 'depth' => 1 ) ); echo '
'; } //Display social links if($social_links) { echo '
'; if($link_facebook) echo '
'; if($link_twitter) echo '
'; if($link_youtube) echo '
'; if($link_tumblr) echo '
'; if($link_pinterest) echo '
'; if($link_dribbble) echo '
'; echo '
'; } ?>
'; $logo = get_theme_mod('blesk_logo', get_stylesheet_directory_uri().'/assets/img/logo.png'); if($logo) { echo '
'; } else { echo '
'.get_bloginfo('name').'
'.get_bloginfo('description').'
'; } echo ''; } //Display Header AD if($header_ad) { echo '
'.$header_ad.'
'; } ?>
'; wp_nav_menu( array('theme_location' => $main_menu_location, 'container' => '' ) ); echo '
'; } ?>