12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?php
- $language_file = array ('chat');
- include('../inc/global.inc.php');
- $interbreadcrumb[] = array ("url" => "chat.php", "name" => get_lang("Chat"));
- $noPHP_SELF=true;
- $shortBanner=false;
- Display::display_header(null,"Chat");
- ?>
- </body>
- </html>
|