-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
29 lines (28 loc) · 1001 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
/**
* The template for displaying the footer.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package BootstrapFast
*/
?>
</div><!-- #contennt -->
</div><!-- .row -->
</div><!-- .container --> <?php
if ( ! bootstrapfast_main_sidebar_placement() ) {
get_sidebar();
} ?>
<footer id="colophon" class="site-footer <?php echo esc_attr( bootstrapfast_container_type() ) ?>" role="contentinfo">
<div class="row">
<div class="col-md-12">
<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'bootstrapfast' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'bootstrapfast' ), 'WordPress' ); ?></a>
<span class="sep"> | </span>
<?php printf( esc_html__( 'Theme: %1$s by %2$s.', 'bootstrapfast' ), 'BootStrapFast', '<a href="https://carl.alber2.com/" rel="designer">Carl Alberto</a>' ); ?>
</div><!-- .site-info -->
</div>
</div>
</footer><!-- #colophon -->
<?php wp_footer(); ?>
</body>
</html>