Format now uses defaultquestion(). Bug #4752
[moodle-linuxchix.git] / message / messages.php
blob6fdfe049a49ea5f1a72082d7271ea62a428bce9b
1 <?php // $Id$
3 require('../config.php');
5 /// Select encoding
6 $encoding = current_charset();
8 /// Select direction
9 if ( get_string('thisdirection') == 'rtl' ) {
10 $direction = ' dir="rtl"';
11 } else {
12 $direction = ' dir="ltr"';
14 /// Output the header
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 ?>>
18 <head>
19 <meta http-equiv="content-type" content="text/html; charset=<?php echo $encoding ?>" />
20 </head>
21 <body class="message course-1" id="message-messages">