add files
This commit is contained in:
22
template-parts/header/header-logo-ny.php
Normal file
22
template-parts/header/header-logo-ny.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<!--[header/header-logo]-->
|
||||
|
||||
<a class="d-inline-block logo" href="/" title="Профиль">
|
||||
|
||||
<picture>
|
||||
|
||||
<?php if ( wp_is_mobile() ) : ?>
|
||||
|
||||
<img alt="Профиль" class="d-inline d-md-none" width="130" src="<?= get_template_directory_uri() ?>/assets/img/Profile-logo-delovoy_xmas.svg" />
|
||||
<img alt="Профиль" class="d-none d-md-inline" width="249" src="<?= get_template_directory_uri() ?>/assets/img/Profile-logo-delovoy_xmas.svg" />
|
||||
|
||||
<?php else : ?>
|
||||
|
||||
<img alt="Профиль" width="249" src="<?= get_template_directory_uri() ?>/assets/img/Profile-logo-delovoy_xmas.svg" />
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
</picture>
|
||||
|
||||
</a>
|
||||
|
||||
<!--[/header/header-logo]-->
|
||||
Reference in New Issue
Block a user