MDL-12093 - remove added classes - they don't help the issue and clutter the code

This commit is contained in:
scyrma
2008-03-19 08:15:40 +00:00
parent 79d3cc8589
commit ab14532e7f
-10
View File
@@ -2577,16 +2577,6 @@ function print_header ($title='', $heading='', $navigation='', $focus='',
$pageclass .= ' drag';
}
/* give pages without heading or navigation special classes, to
* allow theming of very simple windows (popups and others) */
if ($heading == '') {
$pageclass .= ' noheader';
}
if ($navigation == '') {
$pageclass .= ' nonavigation';
}
$pageclass .= ' dir-'.get_string('thisdirection');
$pageclass .= ' lang-'.$currentlanguage;