16 lines
250 B
PHP
16 lines
250 B
PHP
|
|
<?php
|
||
|
|
/*
|
||
|
|
Template Name: Для питомцев
|
||
|
|
Template Post Type: page
|
||
|
|
*/
|
||
|
|
?>
|
||
|
|
|
||
|
|
get_header( 'pets' );?>
|
||
|
|
<div id="content">
|
||
|
|
<h1 class="post-h1" style="margin-top: 38px;"><?php the_title();?></h1>
|
||
|
|
<?the_content();?>
|
||
|
|
</div>
|
||
|
|
<?get_footer( 'pets' );?>
|
||
|
|
|
||
|
|
|