Advertisement
Tryah85

footer.php

Jul 10th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.89 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 do_action( 'twentytwelve_credits' ); ?>
  17.             <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>
  18.         </div><!-- .site-info -->
  19.     </footer><!-- #colophon -->
  20. </div><!-- #page -->
  21. <!--custom datepicker --> <script type="text/javascript" src=" <?php echo get_stylesheet_directory_uri(); ?>/datesavalible.js"></script>
  22. <?php wp_footer(); ?>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement