}
@header('Accept-Ranges: none');
+ $currentlanguage = current_language();
+
if (empty($usexml)) {
$direction = ' xmlns="http://www.w3.org/1999/xhtml"'. $direction; // See debug_header
} else {
- $currentlanguage = current_language();
$mathplayer = preg_match("/MathPlayer/i", $_SERVER['HTTP_USER_AGENT']);
if(!$mathplayer) {
header('Content-Type: application/xhtml+xml');
$pageclass .= ' drag';
}
+ $pageclass .= ' lang-'.$currentlanguage;
+
$bodytags .= ' class="'.$pageclass.'" id="'.$pageid.'"';
ob_start();