<?php
/*
Template Name: bookpage
*/
?><?php get_header(); ?>
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_content(__('[Read more]'));?>
<?php endwhile; else: ?>
<h2><?php _e('Not Found','panorama'); ?></h2>
<p><?php _e('Sorry, you are looking for something that isn\'t here.','panorama'); ?></p>
</div>
</div>
<?php endif; ?>
</div> <!-- eof main -->
<div id="wrap">
</div>
<?php get_footer();?>
and here's the other one
<?php
/*
Template Name: astore
*/
?><?php get_header(); ?>
<?php get_header(); ?>
<iframe src="http://astore.amazon.com/britualrealit-20" width="100%" height="4000" frameborder="0" scrolling="no"></iframe>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_content(__('[Read more]'));?>
<?php endwhile; else: ?>
<h2><?php _e('Not Found','panorama'); ?></h2>
<p><?php _e('Sorry, you are looking for something that isn\'t here.','panorama'); ?></p>
</div>
</div>
<?php endif; ?>
</div> <!-- eof main -->
<div id="wrap">
</div>
<?php get_footer();?>
so should I restore the footer.php?