steamfriends.info/include/footer.php
2024-04-06 12:08:08 +02:00

7 lines
308 B
PHP

<div class="footer my-4">
<p class="copyright">
<?php echo $_SERVER['SERVER_NAME'] . ', ' . date('Y');?>.
</p>
<hr class="footer-divider">
<p>This site is not affiliated with Valve, Steam, or any of their partners. All rights reserved to their respective owners.</p>
</div>