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

@@ -4,12 +4,13 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="yandex-verification" content="22f98955910722f8" />
<meta name="zen-verification" content="9Ui9YzVJgKUB7bIgRNnAZqdHCNI8v9REm3TDpW0kciEicYyuD640moNznBDbFqcT" />
<title><?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?></title>
<?if (defined('TESTMODE') and TESTMODE == 1):?>
<link rel="stylesheet" href="<?php echo get_template_directory_uri();?>/style-test.css?ver=3">
<?else:?>
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=360">
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=364">
<?endif?>
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
<!--<link href="<?php echo get_stylesheet_directory_uri()?>/pub/fontawesome.css" rel="stylesheet">-->
@@ -103,17 +104,16 @@ screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
</div>
<?else:?>
<div id="mainbanner">
<a href=" https://vetandlife.ru/reklama-special?erid=LatgBVedN"><img src ="https://vetandlife.ru/wp-content/uploads/2022/04/2000x125_64c.gif?ver=2" /></a>
<? banners_conf_display( 'mainbanner' ) ?>
</div>
<div id="mobmainbanner">
<a href=" https://vetandlife.ru/reklama-special?erid=LatgBVedN"><img src =" https://vetandlife.ru/wp-content/uploads/2022/04/554x86.gif?ver=2" /></a>
<? banners_conf_display( 'mobmainbanner' ) ?>
</div>
<?endif?>