From: defacer Date: Fri, 23 Feb 2007 04:08:55 +0000 (+0000) Subject: Putting up a title and moving the heading to the top for consistency X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=99571c3e857d6af7562a0148eefedcc24edb759e;p=moodle.git 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? :/ --- diff --git a/admin/settings.php b/admin/settings.php index 0ee67a3cc1..201a42b83d 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();