24 lines
718 B
PHP
24 lines
718 B
PHP
|
<?php
|
||
|
/*
|
||
|
* * Template Name: contact-thanks
|
||
|
* * */
|
||
|
|
||
|
?>
|
||
|
|
||
|
<?php include('splash_header.php'); ?>
|
||
|
|
||
|
<div id="contentwrapper">
|
||
|
<div id="contentcontainer">
|
||
|
<h2>Contact</h2>
|
||
|
<div id="sidenav">
|
||
|
<a href="/contact" class="on">Web Form</a>
|
||
|
<a href="/contact-email">E-mail</a>
|
||
|
<a href="/contact-irc">IRC</a>
|
||
|
</div ##end of sidenav>
|
||
|
<div id="col">
|
||
|
<h3> Thanks! </h3>
|
||
|
<p> We'll be in touch. If you'd like more information in the mean time, or if your inquiry is time-sensitive, please see the additional methods of contact listed on our <a href="https://thefnf.org/contact-email">E-mail Contact</a> page. </p>
|
||
|
</div ##end of col>
|
||
|
</div ## end of colwrapper>
|
||
|
<?php get_footer(); ?>
|