zeg1jeux/footer.php

18 lines
322 B
PHP
Raw Normal View History

2022-10-21 21:26:41 +02:00
</main>
<footer>
<p>Created by La Bureautique Incorporated, STI (Société Totalement Irresponsable) au capital de 200 000 Ğ1.</p>
</footer>
<?php
echo '
<script src="themes/'. $_SESSION['gameId'] .'/layout.js"></script>
<script src="themes/'. $_SESSION['gameId'] .'/deco.js"></script>
';
?>
</body>
</html>