Fix styles when editing front page

This commit is contained in:
moodler 2005-01-29 11:51:40 +00:00
parent c5e266d233
commit 7d89172f66

View File

@ -1636,7 +1636,7 @@ function print_header ($title='', $heading='', $navigation='', $focus='', $meta=
if (substr($path, -1) == '/') {
$path .= 'index';
}
if (empty($path)) {
if (empty($path) or $path = '/index') {
$pageid = 'site-index';
$pageclass = 'course course-'.SITEID;
} else {