17 lines
270 B
PHP
17 lines
270 B
PHP
<?php
|
|
/**
|
|
*Template Name: Квесты/Quests
|
|
*/
|
|
?>
|
|
|
|
<div class="quests">
|
|
<?php get_template_part('parts/quests/quests-header');
|
|
get_template_part('parts/quests/quests-content'); ?>
|
|
</div>
|
|
|
|
<?php
|
|
get_template_part('parts/quests/compound');
|
|
|
|
get_footer();
|
|
?>
|