13 lines
194 B
PHP
13 lines
194 B
PHP
<?php
|
|
/**
|
|
* Template Name: Скидки/Sales
|
|
*/
|
|
?>
|
|
|
|
<?php
|
|
get_header();
|
|
get_template_part('parts/page-header');
|
|
get_template_part('parts/discount');
|
|
get_footer();
|
|
?>
|