
footer.php junk
By: a guest on
Feb 22nd, 2012 | syntax:
PHP | size: 1.05 KB | hits: 79 | expires: Never
<div class="span-24">
<div id="footer">Copyright © <a href="<?php bloginfo('home'); ?>"><strong><?php bloginfo('name'); ?></strong></a> - <?php bloginfo('description'); ?></div>
<?php /*
All links in the footer should remain intact.
These links are all family friendly and will not hurt your site in any way.
Warning! Your site may stop working if these links are edited or deleted
You can buy this theme without footer links online at http://newwpthemes.com/buy/?theme=technologic
*/ ?>
<div id="credits">Powered by <a href="http://wordpress.org/"><strong>WordPress</strong></a> | Designed by: <a href="http://www.drupalthemesfree.org">free Drupal themes</a> | Thanks to <a href="http://www.e-cweb.net/hostgator-coupon-codes/">hostgator coupon</a> and <a href="http://www.cheaphosting.biz">cheap hosting</a></div>
</div>
</div>
</div>
<?php
wp_footer();
echo get_theme_option("footer") . "\n";
?>
</body>
</html>