<?php get_header(); ?>
<div class="error">
<div class="error-block">
<p class="heading heading1">
<?php
if ('ru' == pll_current_language()): the_field('global-error-title', 'option'); endif;
if ('uk' == pll_current_language()): the_field('global-error-title-uk', 'option'); endif;
if ('en' == pll_current_language()): the_field('global-error-title-en', 'option'); endif;
?>
</p>
<p class="text big-text">
<?php
if ('ru' == pll_current_language()): the_field('global-error-text', 'option'); endif;
if ('uk' == pll_current_language()): the_field('global-error-text-uk', 'option'); endif;
if ('en' == pll_current_language()): the_field('global-error-text-en', 'option'); endif;
?>
</p>
<a href="<?php bloginfo('url'); ?>" class="button">
<?php
if ('ru' == pll_current_language()): echo 'Перейти на главную'; endif;
if ('uk' == pll_current_language()): echo 'Перейти на головну'; endif;
if ('en' == pll_current_language()): echo 'Go to main page'; endif;
?>
</a>
</div>
</div>
<?php get_footer(); ?>