| 1234567891011 |
- <?php require("./stats.php"); ?>
- <?php require("./template/header.php"); generateHeader("Knacki IRC", "", "IRC,tchat,chat,tchate,rencontres,amitiés,messagerie,discussions,tchatche"); ?>
- <div class="container">
- <div class="block-1f2 block-1s1">
- <a href="kiwi">Kiwi service</a>
- </div>
- <div class="block-1f2 block-1s1">
- <?php printNbUserPerChannelAsTable(); ?>
- </div>
- </div>
- <?php require("./template/footer.php"); ?>
|