forked from friendica/friendica-wp-theme
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
793 B
PHTML
24 lines
793 B
PHTML
6 years ago
|
|
||
|
</div> <!-- /.inner -->
|
||
|
</section>
|
||
|
|
||
|
<!-- Footer -->
|
||
|
<footer id="footer">
|
||
|
<div class="inner">
|
||
|
<div class="flex">
|
||
|
<div class="copyright">
|
||
|
<?php echo sprintf( __( '%1$s %2$s %3$s. All Rights Reserved.', 'friendica' ), '©', date( 'Y' ), esc_html( get_bloginfo( 'name' ) ) ); echo sprintf( __( ' Original Design: %1$s.', 'friendica' ), '<a href="https://templated.co">TEMPLATED</a>' ); ?>
|
||
|
</div>
|
||
|
<ul class="icons">
|
||
|
<li><a href="https://github.com/friendica/" class="icon fa-github"><span class="label">GitGub</span></a></li>
|
||
|
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</footer>
|
||
|
|
||
|
<!-- Scripts -->
|
||
|
<?php wp_footer(); ?>
|
||
|
</body>
|
||
|
</html>
|