main-standard.php 687 B

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