2023-01-17 15:11:09 -05:00
< ? php
/**
* The template for displaying the footer .
*
* Contains the closing of the id = main div and all content after
*
* @ package wp386
*/
?>
2024-08-20 16:31:59 -04:00
< footer id = " colophon " class = " site-footer " role = " contentinfo " >
< div class = " site-info container " >
< ? php do_action ( 'wp386_credits' ); ?>
< a href = " https://wordpress.org/ " title = " <?php esc_attr_e( 'A Semantic Personal Publishing Platform', 'wp386' ); ?> " rel = " generator " >< ? php printf ( __ ( 'Proudly powered by %s' , 'wp386' ), 'WordPress' ); ?> </a>
< span class = " sep " > | </ span >
< ? php printf ( __ ( 'Theme: %1$s by %2$s.' , 'wp386' ), 'wp386' , '<a href="https://github.com/keichan34" rel="designer">Keitaroh Kobayashi</a>' ); ?>
</ div ><!-- . site - info -->
</ footer ><!-- #colophon -->
2023-01-17 15:11:09 -05:00
2024-08-27 15:40:11 -04:00
</ div ><!-- . span9 -->
</ div ><!-- . row -->
</ div ><!-- #main -->
2023-01-17 15:11:09 -05:00
< ? php wp_footer (); ?>
<!-- Bootstrap WP386 Transitions -->
2024-08-27 15:40:11 -04:00
<!--
< script src = " <?php echo get_stylesheet_directory_uri(); ?>/js/jquery.js " ></ script >
2023-01-17 15:11:09 -05:00
< script src = " <?php echo get_stylesheet_directory_uri(); ?>/js/bootstrap-386.js " ></ script >
< script src = " <?php echo get_stylesheet_directory_uri(); ?>/js/bootstrap-transition.js " ></ script >
< script >
2024-08-13 07:08:43 -04:00
_386 = {
2023-01-17 15:11:09 -05:00
fastLoad : false ,
2024-08-13 07:08:43 -04:00
onePass : false ,
2023-01-17 15:11:09 -05:00
speedFactor : 1.5
};
2024-08-27 15:40:11 -04:00
</ script >
-->
2023-01-17 15:11:09 -05:00
</ body >
</ html >