dokeos-chat
[ class tree: dokeos-chat ] [ index: dokeos-chat ] [ all elements ]

Source for file chat_banner.php

Documentation is available at chat_banner.php

  1. <?php // $Id: chat_banner.php,v 1.3 2005/06/06 13:01:23 olivierb78 Exp $
  2. /*
  3. ==============================================================================
  4.     Dokeos - elearning and course management software
  5.  
  6.     Copyright (c) 2004 Dokeos S.A.
  7.     Copyright (c) 2003 Ghent University (UGent)
  8.     Copyright (c) 2001 Universite catholique de Louvain (UCL)
  9.     Copyright (c) Olivier Brouckaert
  10.  
  11.     For a full list of contributors, see "credits.txt".
  12.     The full license can be read in "license.txt".
  13.  
  14.     This program is free software; you can redistribute it and/or
  15.     modify it under the terms of the GNU General Public License
  16.     as published by the Free Software Foundation; either version 2
  17.     of the License, or (at your option) any later version.
  18.  
  19.     See the GNU General Public License for more details.
  20.  
  21.     Contact: Dokeos, 181 rue Royale, B-1000 Brussels, Belgium, info@dokeos.com
  22. ==============================================================================
  23. */
  24. /**
  25. ==============================================================================
  26. *    Dokeos banner
  27. *
  28. *    @author Olivier Brouckaert
  29. *    @package dokeos.chat
  30. ==============================================================================
  31. */
  32.  
  33. $language_file array ('chat');
  34.  
  35. include('../inc/global.inc.php');
  36.  
  37.  
  38. $interbreadcrumb[array ("url" => "chat.php""name" => get_lang("Chat"));
  39. $noPHP_SELF=true;
  40. $shortBanner=false;
  41.  
  42. Display::display_header(null,"Chat");
  43. ?>
  44.  
  45. </body>
  46. </html>

Documentation generated on Thu, 12 Jun 2008 13:03:11 -0500 by phpDocumentor 1.4.1