main-logo-menu.php 676 B

12345678910111213141516171819
  1. <div class="<?php echo rd_vamtam_get_option( 'full-width-header' ) ? '' : 'limit-wrapper' ?> header-maybe-limit-wrapper header-padding">
  2. <div class="header-contents">
  3. <div class="first-row">
  4. <?php get_template_part( 'templates/header/top/logo' ) ?>
  5. </div>
  6. <div class="second-row <?php if ( rd_vamtam_get_option( 'enable-header-search' ) ) echo 'has-search' ?>">
  7. <div id="menus">
  8. <?php get_template_part( 'templates/header/top/main-menu' ) ?>
  9. </div>
  10. </div>
  11. <?php get_template_part( 'templates/header/top/search-button' ) ?>
  12. <?php do_action( 'vamtam_header_cart' ) ?>
  13. <?php get_template_part( 'templates/header/top/text-main' ) ?>
  14. </div>
  15. </div>