Viewing File: /home/webrbaew/candycleansestore.co/includes/footer.php

<?php
	$res = mysqli_query($con, "SELECT * FROM system_configuration");
	$lang = mysqli_fetch_array($res);
?>
<footer class="footer__section" style="background:black !important">
	<div class="container-fluid">
		<div class="footer__bottom justify-content-between align-items-center">
			<center>
				<p class="copyright__content  m-0" style="color:white !important">Copyright © 2024 <a class="copyright__content--link" href="index.php" style="color:<?php echo $lang['theme_color']?> !important;font-weight:bold;text-decoration:none;"><?php echo $lang['system_name']?></a>. All Rights Reserved.</p>
			</center>
			<center>
				<p class="copyright__content  m-0" style="color:white !important">
					<a class="copyright__content--link" href="terms-conditions.php" style="color:white !important;font-weight:300">Terms & Conditions</a> |
					<a class="copyright__content--link" href="privacy-policy.php" style="color:white !important;font-weight:300;">Privacy Policy</a> |
					<a class="copyright__content--link" href="earning-disclaimer.php" style="color:white !important;font-weight:300;">Earning Disclaimer</a>
				</p>
			</center>
		</div>
	</div>
</footer>
Back to Directory File Manager