File: /virtual/nagasaki/public_html/shop/wp-content/themes/welcart_default/inquiry.php
<?php
/*
Template Name: Inquiry
* <meta content="charset=UTF-8">
* @package Welcart
* @subpackage Welcart Default Theme
*/
get_header();
?>
<div id="content" class="two-column">
<h1 class="pagetitle"><?php _e('Visit/Contact Us','usces') ?></h1>
<div class="catbox">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="inqbox">
<?php the_content(); ?>
<?php usces_the_inquiry_form(); ?>
<?php edit_post_link(__('Edit this'), '<p>', '</p>'); ?>
</div>
<?php endwhile; endif; ?>
</div><!-- end of catbox -->
</div><!-- end of content -->
<?php get_sidebar( 'other' ); ?>
<?php get_footer(); ?>