Advertisement
Guest User

footer.php

a guest
Jun 14th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <div class="outer">
  2. <div id="footer">Copyright &copy; <a href="<?php bloginfo('home'); ?>"><strong><?php bloginfo('name'); ?></strong></a> - Powered by <a href="http://wordpress.org/"><strong>WordPress</strong></a></div>
  3. <div id="credits">Design by <a href="http://themepix.com">Wordpress Themes</a> - <a href="http://www.footballkitnews.com/">New Football Kits</a>, <a href="http://www.soccer-blogger.com/">Soccer Videos Blog</a>, <a href="http://www.shakinghandsphotos.com/pictures/Business" title="Shaking hands stock photos">Shaking hands photos</a></div>
  4. </div>
  5. </div>
  6. </div></div></div>
  7. <?php
  8. wp_footer();
  9. echo get_theme_option("footer") . "\n";
  10. ?>
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement