From 99571c3e857d6af7562a0148eefedcc24edb759e Mon Sep 17 00:00:00 2001 From: defacer Date: Fri, 23 Feb 2007 04:08:55 +0000 Subject: [PATCH] Putting up a title and moving the heading to the top for consistency with the 'setting up primary admin' screen. Is it just me or does Moodle look REALLY awful during setup? :/ --- admin/settings.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin/settings.php b/admin/settings.php index 0ee67a3cc1d..201a42b83dc 100644 --- a/admin/settings.php +++ b/admin/settings.php @@ -89,7 +89,7 @@ if ($data = data_submitted()) { // header must be printed after the redirects and require_logout if (empty($SITE->fullname)) { - print_header(); + print_header($root->visiblename, $root->visiblename); print_simple_box(get_string('configintrosite', 'admin'), 'center', '50%'); if ($statusmsg != '') { @@ -103,7 +103,6 @@ if (empty($SITE->fullname)) { echo ''; echo ''; echo ''; - print_heading($root->visiblename); echo $root->output_html();