generation-jdr/include/footer.php

17 lines
542 B
PHP

<?php
$output='';
$output.='<div style="clear: both;"> </div>';
$output.='<div id="footer">';
$output.='<p><a href="#">Génération trésor</a> by <a>Kimasoft</a></p>';
$output.='<p>Dungeons &amp Dragons et Wizards of the Coast &#153 Wizards of the Coast.<br>
Dungeons &amp Dragons est publié en France sous license par ASMODEE &reg<br>
Donjons &amp Dragons, d20 system et tous les noms s\'y rapportant sont des marques déposées de Wizards of the Coast&#153.</p>';
$output.='</div></div></body></html>';
echo $output;
?>