Advertisement
Guest User

footer.php

a guest
Dec 27th, 2011
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.16 KB | None | 0 0
  1.         </div><!-- #content -->    
  2.     </div><!-- #container -->
  3.    
  4.     <div class="clear"></div>
  5.    
  6.     <?php if(get_option('collection_footer_ad_enable') == ('on')) { ?>
  7.         <div class="footer-ad">
  8.             <?php echo get_option('collection_footer_ad_code'); ?>
  9.         </div><!-- end .footer-ad -->
  10.     <?php } ?>
  11.    
  12.     <div id="footer">
  13.         <div class="copyright">
  14.             <?php _e('Copyright', 'themejunkie'); ?> &copy; <?php echo date( 'Y' ); ?> <a href="<?php echo home_url(); ?>"><?php bloginfo( 'name' ); ?></a> &middot; <?php _e('All rights reserved', 'themejunkie'); ?> &middot; <a href="<?php echo home_url(); ?>/wp-admin/"><?php _e('Admin Site ', 'themejunkie'); ?></a> &middot; <a href=/?page_id=303>Admin Help</a> &middot; <a href=/upload.php/>Submit File</a><br /> <?php _e('Powered by', 'themejunkie') ?> <a href="http://wordpress.org/"><?php _e('WordPress', 'themejunkie'); ?></a> &middot; <?php _e('Designed by', 'themejunkie'); ?> <a href="http://www.theme-junkie.com/"><?php _e('Theme Junkie', 'themejunkie'); ?></a>&middot; Custom Features By: Adam aka Stunod
  15.         </div><!-- #copyright -->
  16.     </div><!-- #footer -->
  17.     <?php wp_footer(); ?>
  18.  
  19.  
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement