• File: footer.php
  • Full Path: /home/romi/public_html/wp-content-20260417071838/themes/TheStyle/footer.php
  • Date Modified: 04/23/2023 12:07 AM
  • File size: 567 bytes
  • MIME-type: text/plain
  • Charset: utf-8
		</div> <!-- end #container2 -->
	</div> <!-- end #container -->

	<div id="footer">
		<div id="footer-wrapper">
			<div id="footer-content">
				<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer') ) : ?>
				<?php endif; ?>
			</div> <!-- end #footer-content -->
			<p id="copyright">Copyright &copy; 2004-<?php echo date("Y");?> <?php bloginfo('name'); ?>. All rights reserved. </p>
		</div> <!-- end #footer-wrapper -->
	</div> <!-- end #footer -->

	<?php get_template_part('includes/scripts'); ?>

	<?php wp_footer(); ?>
</body>
</html>