IMPORTANT NEW FEATURE FOR CSS

print_header now produces a unique CSS class and id for each page,
allowing targeting of styles for any module or page.
This commit is contained in:
moodler
2005-01-25 11:05:23 +00:00
parent d3c8056258
commit 7bb6d80f33
2 changed files with 25 additions and 3 deletions
+1 -1
View File
@@ -358,7 +358,7 @@ global $THEME;
}
}
if ($CFG->theme == 'standardxhtml') { // Temporary measure to help with XHTML validation
if (stripos($CFG->theme, 'xhtml') !== false ) { // Temporary measure to help with XHTML validation
if (empty($_SESSION['USER'])) { // Allow W3CValidator in as user called w3cvalidator (or guest)
if ((strpos($_SERVER['HTTP_USER_AGENT'], 'W3C_Validator') !== false) or
(strpos($_SERVER['HTTP_USER_AGENT'], 'Cynthia') !== false )) {