add eng version

This commit is contained in:
arlemp@selectel.ru
2021-12-09 22:29:24 +03:00
parent aba07a8e1b
commit acde7f0e8b
9 changed files with 141 additions and 54 deletions

View File

@@ -1,8 +1,18 @@
<div class="menu-left-block">
<?
if (LANG_VERSION == 'en'){
$left_menu = 'leftenmenu';
}
else{
$left_menu = 'leftmenu';
}
?>
<?php wp_nav_menu( array(
'menu_class'=>'menu_left',
'theme_location'=>'left',
'menu' => $left_menu
));?>
</div>