fauzie811

footer

Jul 23rd, 2013
245
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 the closing of the id=main div and all content after
  6.  *
  7.  * @package WordPress
  8.  * @subpackage Twenty_Eleven
  9.  * @since Twenty Eleven 1.0
  10.  */
  11. ?>
  12.  
  13.     </div><!-- #main -->
  14.  
  15.     <footer id="colophon" role="contentinfo">
  16.  
  17.             <?php
  18.                 /* A sidebar in the footer? Yep. You can can customize
  19.                  * your footer with three columns of widgets.
  20.                  */
  21.                 if ( ! is_404() )
  22.                     get_sidebar( 'footer' );
  23.             ?>
  24.  
  25.             <div id="site-generator">
  26.                 <?php do_action( 'twentyeleven_credits' ); ?>
  27.                 <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyeleven' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?></a>
  28.             </div>
  29.     </footer><!-- #colophon -->
  30. </div><!-- #page -->
  31.  
  32. <?php wp_footer(); ?>
  33. <script>
  34. $('#my-button').popover({header: '#my-popover > .headerd',
  35.     content: '#my-popover > .contentd'});
  36. </script>
  37.  
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment