15 lines
343 B
PHP
15 lines
343 B
PHP
<?php
|
|
/**
|
|
* Template Name: Квест/Quest
|
|
* Template Post Type: armanty_quests
|
|
*/
|
|
?>
|
|
|
|
<?php
|
|
get_header();
|
|
get_template_part('parts/quests/single/slider');
|
|
get_template_part('parts/quests/single/description'); ?>
|
|
<div class="quest__booking container">
|
|
<?php the_field('quest_booking')?>
|
|
</div>
|
|
<?php get_footer(); ?>
|