File: /var/www/ilya/data/www/rudomilov.ru/wp-content/themes/boldy/fullwidth.php
<?php
/*
Template Name: Fullwidth
*/
?>
<?php get_header(); ?>
<style type="text/css">
#content {
background:none;
}
</style>
<!-- begin colLeft -->
<div id="colLeft" style="width:900px;">
<h1><?php the_title(); ?></h1>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
<p></p>
</div>
<!-- end colleft -->
<?php get_footer(); ?>