A clone of https://github.com/kre8tiv/Joseph-knows-best with community improvements.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
810 B
45 lines
810 B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<section id="socialaccounts"> |
|
<div class="inner clearfix"> |
|
<?php kr8_nav_social(); ?> |
|
</div> |
|
</section> |
|
|
|
<footer id="footer" role="contentinfo"> |
|
<div class="inner clearfix"> |
|
|
|
|
|
<section class="sidebar cleafix"> |
|
<ul> |
|
<?php dynamic_sidebar('fussleiste'); ?> |
|
</ul> |
|
</section> |
|
<nav role="navigation"> |
|
<?php kr8_nav_footer(); ?> |
|
</nav> |
|
|
|
|
|
|
|
</div> <!-- end #inner-footer --> |
|
|
|
</footer> |
|
|
|
|
|
|
|
|
|
<p id="back-top"><a href="#header" title="Zum Seitenanfang springen"><span><i class="fa fa-long-arrow-up"></i></span><span class="hidden">Zum Seitenanfang springen</span></a></p> |
|
|
|
|
|
<?php wp_footer(); ?> |
|
|
|
</body> |
|
|
|
</html> |
|
|
|
|