11 lines
138 B
PHP
11 lines
138 B
PHP
<?php
|
||
/**
|
||
* Template Name: О Нас/About
|
||
*/
|
||
?>
|
||
|
||
<?php
|
||
get_header();
|
||
get_template_part('parts/about/about');
|
||
get_footer();
|
||
?>
|