Advertisement
Guest User

ataib-footer

a guest
Oct 1st, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <?php
  2. /**
  3. * The template for displaying the footer
  4. *
  5. * Contains footer content and the closing of the #main and #page div elements.
  6. *
  7. * @package WordPress
  8. * @subpackage Twenty_Twelve
  9. * @since Twenty Twelve 1.0
  10. */
  11. ?>
  12. </div><!-- #main .wrapper -->
  13. <footer id="colophon" role="contentinfo">
  14. <div class="site-info">
  15. <!-- <?php do_action( 'twentytwelve_credits' ); ?>
  16. <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> -->
  17. <p>&copy; Ataib Aviation Services | Company Number: 9233590</p>
  18. </div><!-- .site-info -->
  19. </footer><!-- #colophon -->
  20. </div><!-- #page -->
  21.  
  22. <?php wp_footer(); ?>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement