removed blogpwad class div and center from single.php as well.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2009-12-24 07:36:49 -08:00
parent 0823a14d2b
commit 7cf3aa4afc
1 changed files with 3 additions and 7 deletions

View File

@ -18,13 +18,9 @@ if (have_posts()) : while (have_posts()) : the_post();
endwhile; endwhile;
?> ?>
<?php if (function_exists('the_project_wonderful_ad')) { ?> <?php if (function_exists('the_project_wonderful_ad')) {
<div class="blogpwad"> the_project_wonderful_ad('blog');
<center> } ?>
<?php the_project_wonderful_ad('blog'); ?>
</center>
</div>
<?php } ?>
<?php get_sidebar('blog'); ?> <?php get_sidebar('blog'); ?>
<?php <?php