mirror of
https://github.com/KevinMidboe/rohnenedre.git
synced 2026-02-13 12:59:34 +00:00
Initial commit. State 04.2021.
This commit is contained in:
30
wp-content/themes/professional/footer.php
Normal file
30
wp-content/themes/professional/footer.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* The template for displaying the footer.
|
||||
*
|
||||
* Contains the closing of the #content div and all content after
|
||||
*
|
||||
* @package Professional
|
||||
*/
|
||||
?>
|
||||
|
||||
</div><!-- #content -->
|
||||
</div><!-- #page -->
|
||||
|
||||
<?php get_template_part('sidebar', 'footer'); ?>
|
||||
|
||||
<footer id="colophon" class="site-footer" role="contentinfo">
|
||||
<div class="container">
|
||||
<div class="site-info col-md-4">
|
||||
<?php printf( __( 'Powered by %1$s Theme', 'professional' ), '<a href="http://inkhive.com" rel="designer">Professional</a>' ); ?>
|
||||
</div><!-- .site-info -->
|
||||
<div class="footer-menu col-md-8">
|
||||
<?php wp_nav_menu( array( 'theme_location' => 'footer' ) ); ?>
|
||||
</div>
|
||||
</div><!--.container-->
|
||||
</footer><!-- #colophon -->
|
||||
|
||||
<?php wp_footer(); ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user