diff --git a/theme/fusion/layout/frontpage.php b/theme/fusion/layout/frontpage.php index 4b499f380a4..c1ca1191d13 100644 --- a/theme/fusion/layout/frontpage.php +++ b/theme/fusion/layout/frontpage.php @@ -23,7 +23,7 @@ if ($hascustommenu) { if (!empty($PAGE->theme->settings->tagline)) { $tagline = $PAGE->theme->settings->tagline; } else { - $tagline = "Another Moodle Theme"; + $tagline = ''; } if (!empty($PAGE->theme->settings->footertext)) { @@ -49,90 +49,90 @@ echo $OUTPUT->doctype() ?>