петък, 6 ноември 2020 г.

<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package Sydney
*/
?>
</div>
</div>
</div><!-- #content -->
<?php if ( is_active_sidebar( 'footer-1' ) ) : ?>
<?php get_sidebar('footer'); ?>
<?php endif; ?>
<a class="go-top"><i class="fa fa-angle-up"></i></a>
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info container">
<center><a href="<?php echo esc_url( home_url( '/' ) ); ?>">© Дизайн Михаил Яръмов
| <B>Всички Права Запазени</B> | Собственик на страницата | Alex Auto Service гр. Чепеларе.</a>
</center></div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>