2012-09-19 18:12:20 +00:00
|
|
|
<?php get_header(); ?>
|
|
|
|
|
|
|
|
|
|
<?php if($gp_settings['title'] == "Show") { ?><h1 class="page-title"><?php the_title(); ?></h1><?php } ?>
|
|
|
|
|
|
|
|
|
|
<div id="content">
|
|
|
|
|
|
|
|
|
|
<?php the_attachment_link($post->post_ID, true) ?>
|
|
|
|
|
<?php the_content(); ?>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
<?php get_footer(); ?>
|