3 require('../config.php');
6 $encoding = current_charset();
9 if ( get_string('thisdirection') == 'rtl' ) {
10 $direction = ' dir="rtl"';
12 $direction = ' dir="ltr"';
15 @header
('Content-Type: text/html; charset='.$encoding);
17 <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
18 <html
<?php
echo $direction ?
>>
20 <meta http
-equiv
="content-type" content
="text/html; charset=<?php echo $encoding ?>" />
22 <body
class="message course-1" id
="message-messages">