add lang string

This commit is contained in:
arlemp@selectel.ru
2021-12-10 21:41:57 +03:00
parent aa2d2284d8
commit 59422e2499
2 changed files with 19 additions and 7 deletions

View File

@@ -96,14 +96,24 @@
<footer>
<footer>
<div id="footer_menu">
<?php wp_footer(); ?>
<?if (LANG_VERSION == 'en'){
$mainmenu = 'topenmenu';
}
else{
$mainmenu = 'topmenu';
}
?>
<div class="footer_sub">
<?php wp_nav_menu( array(
'menu_class'=>'menu_footer',
'theme_location'=>'top'
'menu_class' => 'menu_footer',
'menu' => $mainmenu
));?>
</div>
<div id="footer_up">
@@ -114,7 +124,7 @@
<div id="footer_info">
<div id="footer_qr">
<img src = "<?=get_stylesheet_directory_uri()?>/pub/qr.png" />
<p class="vazh">Важно</p>
<p class="vazh"><?=vij_lang('qrtitle', LANG_VERSION);?></p>
</div>
<div id="footer-contact">
<div id="head_tel"><a href="tel:79250634">+7 (495) 925 06 34</a></div>