forked from friendica/friendica-wp-theme
24 lines
793 B
PHP
24 lines
793 B
PHP
|
|
</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>
|