2020-11-28 14:21:17 +03:00

25 lines
531 B
PHP

<?php
/**
* Template Name: Скидки/Sales
*/
?>
<?php
get_header();
?>
<div class="page sales">
<div class="page-header" style="background: url('<?php echo the_field('armanty_discount_img') ?>') top left no-repeat; background-size: cover" >
<div class="page-overlay"></div>
<h1>Скидки и акции на квесты</h1>
</div>
<?php
get_template_part('parts/home/discount');
?>
<script>
document.querySelector('.discount h2').style.display = `none`;
</script>
<?php
get_footer();
?>