Advertisement
wolverinept

footer

Feb 18th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. <?php
  2. global $options;
  3. foreach ($options as $value) {
  4. if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
  5. }
  6. ?>
  7.  
  8. <div id="footer" class="box">
  9.  
  10. <div class="title"><h2><a href="#header" rel="nofollow"><?php _e('Return to top of page', 'wpzoom') ?></a></h2></div><!-- end .title -->
  11.  
  12. <p>Powered by <a href="http://www.otakuentertainmentmedia.com/" title="Otaku Entertainment Media">Otaku Entertainment Media</a></p>
  13. <p style="text-align: center;"><a href="http://www.comicbooktherapy.com/terms-of-use/" target="_blank">Terms of Use</a> |<a href="http://www.comicbooktherapy.com/privacy-policy/" target="_blank"> Privacy Policy</a> | <a href="http://www.comicbooktherapy.com/staff/" target="_blank">Staff </a>| <a href="http://www.comicbooktherapy.com/contact-us/" target="_blank">Contact Us</a> | <a href="http://feeds.feedburner.com/ComicBookTherapy" target="_blank">RSS Feed</a> | <a href="http://www.comicbooktherapy.com/sitemap/" target="_blank">Site Map</a> | <a href="http://www.comicbooktherapy.com/advertise/" target="_blank">Advertise With Us</a></p>
  14.  
  15. <p style="text-align: center;">All logos and images used on this website are registered trademarks of their respective companies. All Rights Reserved. �2009-2011 Otaku Entertainment Media, LLc. Some of the content presented on this site has been provided by fans, other unofficial websites or online news sources, and is the sole responsibility of the source from which it was obtained. Comic Book Therapy is not liable for inaccuracies, errors, or omissions found herein. For removal of copyrighted images, <a href="mailto:copyright@comicbooktherapy.com">Contact us.</a></p>
  16.  
  17. <p style="text-align: center;"><a href="http://www.webutation.net/go/review/comicbooktherapy.com"><img style="border:0;" src="http://www.webutation.net/rating-images/comicbooktherapy.com.png" alt="comicbooktherapy.com"/></a>
  18. <a href="http://comicly.com" target="_blank" ><img src="http://comicly.com/images/100x40.png"</a>
  19. <a href="http://comicblogelite.com/"><img src="http://comicblogelite.com/button.php?u=wolverinept" alt="Comic Blog Elite" border="0" /></a>
  20. <a href="http://www.wikio.com/blogs/top"><img src="http://external.wikio.com/blogs/top/getrank?url=http%3A%2F%2Fwww.comicbooktherapy.com&style=5" style="border: none;" alt="Wikio - Top Blogs"/></a>
  21. <a href="http://www.wikio.com/blogs/top/Comics_and_Manga"><img src="http://external.wikio.com/blogs/top/getrank?url=http%3A%2F%2Fwww.comicbooktherapy.com&amp;cat=Comics_and_Manga&amp;style=5" style="border: none;" alt="Wikio - Top Blogs - Comics and manga"/></a>
  22. </p>
  23.  
  24. </div><!-- end #footer -->
  25.  
  26. </div><!-- end #frame -->
  27. </div><!-- end .wrapper -->
  28.  
  29. </div><!-- end #container -->
  30. <?php wp_footer(); ?>
  31.  
  32. <?php if ($wpzoom_misc_analytics != '' && $wpzoom_misc_analytics_select == 'Yes')
  33. {
  34. echo stripslashes($wpzoom_misc_analytics);
  35. } ?>
  36.  
  37. </body>
  38. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement