big consolidation
This commit is contained in:
30
fnf2014/donate-join.php
Normal file
30
fnf2014/donate-join.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/*
|
||||
* * Template Name: donate-join
|
||||
* * */
|
||||
?>
|
||||
|
||||
<?php get_header(); ?>
|
||||
|
||||
<div id="contentwrapper">
|
||||
<div id="contentcontainer">
|
||||
<h2>Support</h2>
|
||||
<div id="sidenav">
|
||||
<a href="/donate" class="on">Join the FNF</a>
|
||||
<a href="/donate-bitcoin">Give Bitcoins</a>
|
||||
<a href="/donate-in-kind">Give In Kind</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(); ?>
|
Reference in New Issue
Block a user