New box ena footer btn
This commit is contained in:
17
wp-content/themes/skysafe/page-1317.php
Normal file
17
wp-content/themes/skysafe/page-1317.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<!--
|
||||
Name: Regulamin parkingu
|
||||
->
|
||||
<?php get_header(); ?>
|
||||
|
||||
<main id="main">
|
||||
<div class="container">
|
||||
<?php
|
||||
while ( have_posts() ) :
|
||||
the_post();
|
||||
get_template_part( 'template-parts/content', 'page' );
|
||||
endwhile;
|
||||
?>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<?php get_footer(); ?>
|
||||
Reference in New Issue
Block a user