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