botsArena/src/aboutBot.php

6 lines
296 B
PHP
Raw Normal View History

2015-12-26 21:59:05 +01:00
<article>
<?php
2015-12-27 13:03:45 +01:00
echo '<h2>A props de '.htmlentities($_GET['params']).'</h2><p>Inscrit le '.$theBot['date_inscription'].'</p><p>'.$theBot['description'].'</p>
<p><i><a href="/p/editBot/'.$theBot['id'].'">Si vous êtes le propriétaire de ce bot, vous pouvez le modifier</a></i></p>';
2015-12-26 21:59:05 +01:00
?>
</article>