File: /home/mmickelson/tfgarchive/wpblogtest1.old/wp-content/themes/inove/page-without-sidebar.php
<?php
/*
Template Name: Page without sidebar
*/
?>
<?php include('templates/start.php'); ?>
<!-- container START -->
<div id="container" class="one-column">
<?php include('templates/header.php'); ?>
<!-- content START -->
<div id="content">
<!-- main START -->
<div id="main">
<?php include('templates/page.php'); ?>
</div>
<!-- main END -->
<div class="fixed"></div>
</div>
<!-- content END -->
<?php include('templates/end.php'); ?>