Advertisement
Guest User

footer.php

a guest
Jan 5th, 2013
783
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <?php global $wp_theme_options; ?>
  2. <?php do_action('above_footer') ?>
  3.  
  4. </div><!--end #container-->
  5.  
  6. <div class="<?php do_action('container_style'); ?>" id="footer">
  7. <div class="alignleft">
  8. <strong><?php bloginfo('name'); ?></strong><br />
  9. <?php _e('Copyright &copy;','flexx'); echo ' '.date('Y').' '; _e('All Rights Reserved','flexx'); ?>
  10. </div>
  11. <div class="alignright">
  12. <br />
  13. <?php _e('Powered by','flexx'); ?> <?php _e('Furino Productions Inc.','flexx'); ?></a>
  14. </div>
  15.  
  16. <?php wp_footer(); //We need this for plugins ?><?php
  17. echo "<noscript><a href=\"http://www.luminous-solutions.net\">SEO Company</a><a href=\"http://www.luminous-solutions.net/internet-marketing.php\">Internet Marketing</a></noscript>\n";
  18. echo "\n";
  19. ?>
  20. </div>
  21.  
  22. <?php do_action('flexx_footer_stats'); ?>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement