add files

This commit is contained in:
Andrey Kuvshinov
2025-07-09 21:21:17 +03:00
commit 8fc8cbae32
596 changed files with 207566 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<!--[nav/header-nav-main]-->
<?php
wp_nav_menu(
[
'theme_location' => 'header_menu',
'container' => false,
'echo' => true,
'items_wrap' => '%3$s',
'depth' => 0,
'walker' => new Profile_Menu_Walker()
]
);
?>
<!--[/nav/header-nav-main]-->