main-logo-text-menu.php 826 B

123456789101112131415161718192021222324252627282930
  1. <div class="header-content-wrapper header-background">
  2. <div class="limit-wrapper header-padding">
  3. <div class="first-row">
  4. <div class="first-row-left">
  5. <?php get_template_part( 'templates/header/top/logo' ) ?>
  6. </div>
  7. <div class="first-row-right">
  8. <div class="first-row-right-inner">
  9. <?php get_template_part( 'templates/header/top/text-main' ) ?>
  10. </div>
  11. </div>
  12. </div>
  13. </div>
  14. </div>
  15. <div class="second-row header-content-wrapper">
  16. <div class="limit-wrapper header-padding">
  17. <div class="second-row-columns">
  18. <div class="header-center">
  19. <div id="menus">
  20. <?php get_template_part( 'templates/header/top/main-menu' ) ?>
  21. </div>
  22. </div>
  23. <?php get_template_part( 'templates/header/top/search-button' ) ?>
  24. <?php do_action( 'vamtam_header_cart' ) ?>
  25. </div>
  26. </div>
  27. </div>