add langs array

This commit is contained in:
arlemp@selectel.ru
2021-12-10 18:00:54 +03:00
parent acde7f0e8b
commit aa2d2284d8
4 changed files with 55 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ if( $posts ):
<div class="right_archive">
<a href="<?php the_permalink(); ?>"><img width="147" class="right_archive_img" src="<?php echo get_the_post_thumbnail_url($post, 'fil');?>" alt="<?the_title();?>"></a>
<div class="right_archive_text"><a href="<?php the_permalink(); ?>">Читать газету<br>«Ветеринария и Жизнь»</a></div>
<div class="right_archive_text"><a href="<?php the_permalink(); ?>"><?=vij_lang('gazeta', LANG_VERSION);?></a></div>
<div class="right_archive_link"><a href="<?php the_permalink(); ?>"><?=the_title();?></a></div>
</div>