forked from LiveCarta/LiveCartaWP
wp redesign
This commit is contained in:
15
htdocs/wp-content/themes/lawcarta/page-contact.php
Normal file
15
htdocs/wp-content/themes/lawcarta/page-contact.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Template Name: Contact Page
|
||||
*/
|
||||
|
||||
get_header();
|
||||
?>
|
||||
|
||||
<div class="content with-bg" style="padding-bottom: 40px;">
|
||||
<?php the_content(); ?>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
|
||||
get_footer();
|
||||
Reference in New Issue
Block a user