first commit
This commit is contained in:
33
wp-content/themes/Bootstrap-for-WordPress-master/footer.php
Normal file
33
wp-content/themes/Bootstrap-for-WordPress-master/footer.php
Normal file
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
/**
|
||||
* The template for displaying the footer.
|
||||
*
|
||||
*/
|
||||
?>
|
||||
|
||||
|
||||
<footer id="footer" role="contentinfo">
|
||||
|
||||
|
||||
<p>
|
||||
© <?php echo date('Y'); ?> <a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
|
||||
</p>
|
||||
|
||||
|
||||
</footer><!-- footer -->
|
||||
|
||||
</div><!-- #main -->
|
||||
<?php
|
||||
/* Always have wp_footer() just before the closing </body>
|
||||
* tag of your theme, or you will break many plugins, which
|
||||
* generally use this hook to reference JavaScript files.
|
||||
*/
|
||||
|
||||
wp_footer();
|
||||
?>
|
||||
|
||||
<script src="<?php bloginfo( 'template_url' ); ?>/js/jquery.js"></script>
|
||||
<script src="<?php bloginfo( 'template_url' ); ?>/js/bootstrap-collapse.js"></script>
|
||||
<script src="<?php bloginfo( 'template_url' ); ?>/js/bootstrap-dropdown.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user