2025-07-09 21:21:17 +03:00
|
|
|
<!--[home/index]-->
|
|
|
|
|
|
2025-07-31 16:21:57 +03:00
|
|
|
|
2025-08-27 00:00:02 +03:00
|
|
|
<?php //get_template_part("template-parts/home/news");
|
|
|
|
|
cached_get_template_part( 'template-parts/home/news' );?>
|
2025-07-09 21:21:17 +03:00
|
|
|
|
|
|
|
|
<div class="col-12 col-md-8 col-xl-6 float-left">
|
|
|
|
|
|
2025-08-27 00:00:02 +03:00
|
|
|
<?php //get_template_part("template-parts/home/main-item");
|
2026-01-12 13:37:40 +03:00
|
|
|
cached_get_template_part( 'template-parts/home/main-item' );
|
2025-08-27 00:00:02 +03:00
|
|
|
?>
|
2025-07-09 21:21:17 +03:00
|
|
|
|
2025-08-27 00:00:02 +03:00
|
|
|
<?php //get_template_part("template-parts/home/colon-item");
|
2026-01-12 13:37:40 +03:00
|
|
|
cached_get_template_part( 'template-parts/home/colon-item' );
|
2025-08-27 00:00:02 +03:00
|
|
|
?>
|
2025-07-09 21:21:17 +03:00
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="col-12 col-md-4 col-xl-3 float-right d-none d-xl-block">
|
|
|
|
|
|
|
|
|
|
<div class="special special--gray d-flex cell cell--double justify-content-center align-items-center">
|
|
|
|
|
|
|
|
|
|
<?php get_template_part("template-parts/ad/revive/ad", "", [ "zone" => 1 ]) ?>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
2025-08-27 00:00:02 +03:00
|
|
|
<?php //get_template_part("template-parts/home/list-items") ?>
|
|
|
|
|
<?php cached_get_template_part( 'template-parts/home/list-items' ); ?>
|
2025-07-09 21:21:17 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php get_template_part("template-parts/home/ajax-load-more") ?>
|
|
|
|
|
|
|
|
|
|
<!--[/home/index]-->
|