Files
vij/page-34626.php

9 lines
175 B
PHP
Raw Normal View History

2024-04-16 11:45:04 +03:00
<?php get_header( 'pets' );?>
<div id="content">
<h1 class="post-h1" style="margin-top: 38px;"><?php the_title();?></h1>
<?the_content();?>
</div>
<?get_footer( 'pets' );?>