[ Index ]

PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008]

title

Body

[close]

/message/ -> messages.php (source)

   1  <?php // $Id$
   2  
   3      require ('../config.php');
   4  
   5  /// Select direction
   6      if ( get_string('thisdirection') == 'rtl' ) {
   7          $direction = ' dir="rtl"';
   8      } else {
   9          $direction = ' dir="ltr"';
  10      }
  11  /// Output the header
  12      @header('Content-Type: text/html; charset=utf-8');
  13  ?>
  14  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15  <html xmlns="http://www.w3.org/1999/xhtml" <?php echo $direction ?>>
  16    <head>
  17      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  18    </head>
  19    <body class="message course-1" id="message-messages">


Generated: Wed Jan 14 11:33:29 2009 Cross-referenced by PHPXref 0.7