diff options
Diffstat (limited to 'footer.php')
| -rw-r--r-- | footer.php | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/footer.php b/footer.php new file mode 100644 index 0000000..c6b5dae --- /dev/null +++ b/footer.php @@ -0,0 +1,69 @@ +<?php +/** + * The template for displaying the footer. + * + * Contains the closing of the #content div and all content after + * + * @package understrap + */ +?> + +<?php get_sidebar('footerfull'); ?> + +<div class="wrapper" id="wrapper-footer"> + +<footer class="footer shadow-y-2"> + <div class="container"> + <div class="col-md-12"> + <p class="sticky-footer"> + <span class="fa fa-bar-chart"></span> <a class="footer-a" href="https://www.maxmail.xyz/statistics" title="Statistics"> Statistics</a> + | + <span class="fa fa-legal"></span> <a class="footer-a" href="/terms-of-service" title="Terms of Service"> Terms of Service</a> + | + <span class="fa fa-user-secret"></span> <a class="footer-a" href="/privacy-policy" title="Privacy"> Privacy Policy</a> + | + <span class="fa fa-legal"></span> <a class="footer-a" href="/imprint/" title="Imprint / Impressum"> Imprint</a> + <span class="sm-display"> + | + </span> + + <span class="lg-pull-right"> + <span class="fa fa-copyright"></span> <a class='footer-a' href='//www.iamfabulous.de' title='Maximilian Möhring'>Maximilian Möhring <span class="fa fa-external-link"></span></a> + </span> + </p> + </div> + </div> +</footer> +<?php /* + <div class="container"> + + <div class="row"> + + <div class="col-md-12"> + + <footer id="colophon" class="site-footer" role="contentinfo"> + + <div class="site-info"> + <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'understrap' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'understrap' ), 'WordPress' ); ?></a> + <span class="sep"> | </span> + <?php printf( __( 'Theme: %1$s by %2$s.', 'understrap' ), 'understrap', '<a href="http://understrap.com/" rel="designer">understrap.com</a>' ); ?> + </div><!-- .site-info --> + + </footer><!-- #colophon --> + + </div><!--col end --> + + </div><!-- row end --> + + </div><!-- container end --> +*/ ?> + +</div><!-- wrapper end --> + +</div><!-- #page --> + +<?php wp_footer(); ?> + +</body> + +</html> |
