File: /home/aprilnet/public_html/meadcarney.com/wp-content/themes/malina/page-fullscreen.php
<?php
/*
Template Name: Page: Fullscreen
*/
?>
<?php get_header(); ?>
<div id="page-wrap">
<div id="content" <?php post_class(); ?>>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_content(); ?>
<?php wp_link_pages(array('before' =>'<div class="pagination_post aligncenter">', 'after' =>'</div>', 'pagelink' => '<span>%</span>')); ?>
<?php endwhile; endif; ?>
</div> <!-- end content -->
</div> <!-- end page-wrap -->
<?php get_footer(); ?>