big consolidation

This commit is contained in:
2022-09-27 00:51:15 -05:00
parent 4d61ad26bd
commit 50f2f1c644
509 changed files with 36567 additions and 7542 deletions

29
fnf2014/faq-general.php Normal file
View File

@@ -0,0 +1,29 @@
<?php
/*
* * Template Name: faq-general
* * */
?>
<?php get_header(); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Contact</h2>
<div id="sidenav">
<a href="/faq" class="on">General</a>
<a href="/faq-technical">Technical</a>
</div ##end of sidenav>
<div id="col">
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<?php the_content(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div ##end of col>
</div ## end of colwrapper>
<?php get_footer(); ?>