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:
parent
0823a14d2b
commit
7cf3aa4afc
10
single.php
10
single.php
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue