add blocks cache

This commit is contained in:
2023-07-28 11:59:42 +03:00
parent 83a2fcaa32
commit 85bdf0d8f2
8 changed files with 53 additions and 62 deletions

View File

@@ -10,12 +10,22 @@
<?php // include VIJ_CACHE.'leftmenu.html';?>
<?php get_template_part( '/blocks/leftmenu');?>
<?php if (LANG_VERSION == 'en'){
get_blocks_gen( 'left_menu_en' );
} else {
get_blocks_gen( 'left_menu' );
}
//get_template_part( '/blocks/leftmenu');?>
<?if (LANG_VERSION == 'ru'):?>
<?php get_template_part( '/blocks/opinion', null, ['subclass' => '']);?>
<?php get_template_part( '/blocks/citats')?>
<?php // get_template_part( '/blocks/opinion', null, ['subclass' => '']);
get_blocks_gen('opinion');
?>
<?php // get_template_part( '/blocks/citats');
get_blocks_gen( 'citats' );?>
<?php //include VIJ_CACHE.'opinion.html';?>
<?php //get_template_part( '/blocks/citata', null, ['subclass' => '']);?>
<?php get_template_part( '/blocks/events');?>
@@ -71,35 +81,20 @@
<?if (LANG_VERSION == 'ru'):?>
<div class="right-info">
<a href="https://vetandlife.ru/parthers/ispytatelnyj-centr-fgbu-vgnki-provodit-razlichnye-vidy-issledovanij-po-vyyavleniju-falsifikacii-molochnoj-produkcii?erid=LatgBbd7S">
<img src="https://vetandlife.ru/wp-content/uploads/2023/05/vgnki_240x400_may23.jpg" width="240" height="400" />
</a>
</div>
<div class="right-info">
<a href="https://roskachestvo.gov.ru/organic/contest/?erid=LatgBhSgx" target="_blank">
<img src="https://vetandlife.ru/wp-content/uploads/2023/01/rop.png" width="240" height="97" />
</a>
<? banners_conf_display( 'vgnki_240x400' ) ?>
</div>
<?endif?>
<?if (LANG_VERSION == 'en'){
get_template_part( '/blocks/regulation');
}
else {
get_template_part( '/blocks/zakons');
}
?>
// get_template_part( '/blocks/zakons');
get_blocks_gen( 'zakons' );
}?>
<?php //include VIJ_CACHE.'zakons.html';?>
<?if (LANG_VERSION == 'en'):?>
<?get_template_part( '/blocks/enmosts', null, ['subclass' => '']);?>
<?get_template_part( '/blocks/enmosts', null, ['subclass' => 'mob-lite']);?>
@@ -146,18 +141,9 @@
<div class="mobile-info">
<a href="https://vetandlife.ru/parthers/ispytatelnyj-centr-fgbu-vgnki-provodit-razlichnye-vidy-issledovanij-po-vyyavleniju-falsifikacii-molochnoj-produkcii?erid=LatgBbd7S">
<img src="https://vetandlife.ru/wp-content/uploads/2023/05/vgnki_240x200_may23.jpg" width="240" height="200" />
</a>
<? banners_conf_display( 'vgnki_240x200' ) ?>
</div>
<div class="mobile-info">
<a href="https://roskachestvo.gov.ru/organic/contest/?erid=LatgBhSgx" target="_blank">
<img src="https://vetandlife.ru/wp-content/uploads/2023/01/rop.png" width="240" height="97" />
</a>
</div>
<?endif?>