12 lines
203 B
PHP
12 lines
203 B
PHP
<?php
|
|
/**
|
|
* Template Name: Галерея/Gallery
|
|
*/
|
|
?>
|
|
|
|
<?php
|
|
get_header();
|
|
get_template_part('parts/page-header');
|
|
get_template_part('parts/gallery/gallery-content');
|
|
get_footer();
|
|
?>
|