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