Created
July 16, 2010 12:46
-
-
Save hojberg/478320 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Template Name: Page with downloads | |
*/ | |
?> | |
<?php the_post(); ?> | |
<?php get_header(); ?> | |
<?php get_sidebar(); ?> | |
<div id="mainContent"> | |
<div id="banner">[[BANNER]]</div> | |
<div id="boxes"> | |
<div id="box1_2col"> | |
<div class="section"> | |
<h1><?php the_title(); ?></h1> | |
</div> | |
<?php the_content(); ?> | |
</div> | |
<div id="box2_2col"> | |
<div id="box2Content"> | |
downloads | |
</div> | |
<div><img src="wp-content/themes/netgroup/images/bg_itemsBoxBottom.jpg" width="185" height="9" alt="" /></div> | |
</div> | |
</div> | |
</div> | |
</div> <!-- End of content --> | |
<?php get_footer(); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment