Files
profile/template-parts/header/header-logo.php

11 lines
307 B
PHP
Raw Permalink Normal View History

2025-07-09 21:21:17 +03:00
<!--[header/header-logo]-->
<a class="d-inline-block logo" href="/" title="Профиль">
<picture>
2025-08-29 11:50:47 +03:00
<img alt="Профиль" width="249" height="55" src="<?= get_template_directory_uri() ?>/assets/img/profile-logo-delovoy.svg" />
2025-07-09 21:21:17 +03:00
</picture>
</a>
<!--[/header/header-logo]-->