11 lines
141 B
PHP
11 lines
141 B
PHP
<?php
|
|
/**
|
|
* Template Name: Цены/Price
|
|
*/
|
|
?>
|
|
<?php
|
|
get_header();
|
|
get_template_part( 'parts/price/main');
|
|
get_footer();
|
|
?>
|