41 lines
1.4 KiB
PHP
41 lines
1.4 KiB
PHP
<?php
|
|
/**
|
|
* Template Name: Праздник/Holiday
|
|
*/
|
|
?>
|
|
<?php
|
|
get_header();
|
|
get_template_part('parts/quests/quests-header');
|
|
// get_template_part('parts/holiday/main');
|
|
get_template_part('parts/home/entertaiment'); ?>
|
|
<div class="full-page__border"></div>
|
|
<?php
|
|
get_template_part('parts/home/places');
|
|
get_template_part('parts/holiday/adding-service');
|
|
get_template_part('parts/home/order');
|
|
get_template_part('parts/holiday/photos');
|
|
get_template_part('parts/holiday/packages');
|
|
get_template_part('parts/holiday/var');
|
|
// get_template_part('parts/home/present');?>
|
|
<!-- <div class="" style="background: #f2f2f2">
|
|
<?php get_template_part('parts/home/principals'); ?>
|
|
</div> -->
|
|
<!-- <?php
|
|
get_template_part('parts/home/map-block'); ?> -->
|
|
<div class="" style="background: #f2f2f2">
|
|
<?php get_template_part('parts/holiday/description'); ?>
|
|
</div>
|
|
<?php
|
|
if(is_page('24')){?>
|
|
<script>
|
|
|
|
document.querySelector('.ent-container strong').textContent = '<?php the_field('step-head-1', 24)?>';
|
|
let descr = document.createElement('p');
|
|
descr.textContent = `<?php the_field('step-descr-1', 24)?>`;
|
|
document.querySelector('.ent-container h2').insertAdjacentElement('afterend', descr)
|
|
document.querySelector('.places h2').textContent = `<?php the_field('step-head-2', 24)?>`;
|
|
</script>
|
|
<?php
|
|
}
|
|
get_footer();
|
|
?>
|