/home/bdqbpbxa/demo-subdomains/smt.goodface.com.ua/wp-content/themes/smt/header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php echo wp_get_document_title(); ?></title>
<?php wp_head(); ?>
</head>
<body>
<?php global $logo_uk, $logo_ru, $phone, $email; $logo_uk = get_field('options_logo_uk', 'option'); $logo_ru = get_field('options_logo_ru', 'option'); $phone = get_field('options_phone', 'option'); $email = get_field('options_email', 'option'); ?>
<div class="header">
<div class="container row-container">
<div class="left">
<div class="logo">
<?php if ('uk' == pll_current_language()): echo file_get_contents($logo_uk); elseif ('ru' == pll_current_language()): echo file_get_contents($logo_ru); endif; ?>
</div>
<ul class="lang">
<?php pll_the_languages(); ?>
</ul>
</div>
<div class="right">
<a href="tel:<?php $formattedPhone = preg_replace(array('/\s/', '/\-/', '/\(/', '/\)/'), '', $phone); echo $formattedPhone; ?>" class="link phone-link phone-link-small"><?php echo $phone; ?></a>
<a href="#contacts" class="button small-button anchor"><?php if ('uk' == pll_current_language()): echo 'Зв’язатися'; elseif ('ru' == pll_current_language()): echo 'Связаться'; endif; ?></a>
</div>
</div>
</div>
<div class="content">