Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.03 KB | None | 0 0
  1. <?php
  2. /**
  3.  * The template for displaying the footer.
  4.  *
  5.  * Contains footer content and the closing of the
  6.  * #main and #page div elements.
  7.  *
  8.  * @package WordPress
  9.  * @subpackage Twenty_Twelve
  10.  * @since Twenty Twelve 1.0
  11.  */
  12. ?>
  13.     </div><!-- #main .wrapper -->
  14.     <footer id="colophon" role="contentinfo">
  15.         <div class="site-info">
  16. <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
  17.             <?php do_action( 'twentytwelve_credits' ); ?>
  18.             <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>
  19. <A HREF="javascript:void(0)"onclick="window.open('http://www.daily-mash.com/disclaimer','Disclaimer','height=585, width=936,scrollbars=no')">Disclaimer</a>
  20. <a href="http://www.daily-mash.com/contact-us/">Contact Us</a>
  21.         </div><!-- .site-info -->
  22.     </footer><!-- #colophon -->
  23. </div><!-- #page -->
  24. <?php wp_footer(); ?>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement