plugin wonderful header and footer ads

This commit is contained in:
John Bintz 2009-07-16 21:52:23 -04:00
parent 90aa7c111a
commit 16f5dda86f
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,9 @@
<div class="clear"></div><!-- Clears floated columns and sidebars --> <div class="clear"></div><!-- Clears floated columns and sidebars -->
<div id="footer"> <div id="footer">
<center>
<?php if (function_exists('the_project_wonderful_ad')) { the_project_wonderful_ad('footer'); } ?>
</center>
<p> <p>
<?php bloginfo('name') ?> is powered by <a href="http://wordpress.org/">WordPress</a> with <a href="http://comicpress.org/">ComicPress</a> <?php bloginfo('name') ?> is powered by <a href="http://wordpress.org/">WordPress</a> with <a href="http://comicpress.org/">ComicPress</a>
| Subscribe: <a href="<?php bloginfo('rss2_url') ?>">RSS Feed</a> | <a href="#outside" onclick="scrollup(); return false;">Return to Top &nbsp;</a> | Subscribe: <a href="<?php bloginfo('rss2_url') ?>">RSS Feed</a> | <a href="#outside" onclick="scrollup(); return false;">Return to Top &nbsp;</a>

View File

@ -32,6 +32,9 @@
<div id="page"><!-- Defines entire site width - Ends in Footer --> <div id="page"><!-- Defines entire site width - Ends in Footer -->
<div id="header"> <div id="header">
<div class="headerad">
<?php if (function_exists('the_project_wonderful_ad')) { the_project_wonderful_ad('header'); } ?>
</div>
<h1><a href="<?php echo get_settings('home') ?>"><?php bloginfo('name') ?></a></h1> <h1><a href="<?php echo get_settings('home') ?>"><?php bloginfo('name') ?></a></h1>
<div class="description"><?php bloginfo('description') ?></div> <div class="description"><?php bloginfo('description') ?></div>
</div> </div>