Skip to content

Instantly share code, notes, and snippets.

@hojberg
Created July 16, 2010 12:46
Show Gist options
  • Save hojberg/478320 to your computer and use it in GitHub Desktop.
Save hojberg/478320 to your computer and use it in GitHub Desktop.
<?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