Current File : /home/honehdyv/readbtooom.com/wp-content/themes/toivo-lite/footer.php
<?php
/**
 * The template for displaying the footer.
 *
 * Contains the closing of the #main and all content after
 *
 * @package Toivo Lite
 */
?>

					</main><!-- #main -->
				</div><!-- #primary -->

			<?php get_sidebar( 'primary' ); // Loads the sidebar-primary.php template. ?>
			
			</div><!-- .wrap-inside -->
		</div><!-- .wrap -->
	</div><!-- #content -->
	
	<?php get_sidebar( 'subsidiary' ); // Loads the sidebar-subsidiary.php template. ?>

	<footer id="colophon" class="site-footer" role="contentinfo" <?php hybrid_attr( 'footer' ); ?>>
		
		
		<div class="site-info">
			<a href="https://w1.readbtooom.com/">© 2022 Read Btooom Manga.</a> | <a href="https://w1.readbtooom.com/privacy-policy/">Privacy Policy</a> | <a href="https://w1.readbtooom.com/dmca/">DMCA</a>
		</div><!-- .site-info -->
		
	</footer><!-- #colophon -->
	
	<?php do_action( 'toivo_after_footer' ); // Hook after footer. ?>
	
</div><!-- #page -->

<?php wp_footer(); ?>

</body>
</html>