Further excellent tidy-ups to the admin pages. They are actually starting

to look/work as slick as the rest of the site.  :-)
This commit is contained in:
martin 2002-08-08 15:51:23 +00:00
parent a3447e1053
commit 2b25f2a09b
9 changed files with 109 additions and 66 deletions

View file

@ -58,8 +58,11 @@
$form->newsitems = 0;
}
print_header("Admin: Setting up site", "Administration: Setting up site",
"<A HREF=\"$CFG->wwwroot/admin/\">Admin</A> -> Setting up site", "$focus");
$stradmin = get_string("administration");
$strsitesettings = get_string("sitesettings");
print_header("$site->fullname", "$site->fullname",
"<A HREF=\"$CFG->wwwroot/admin/\">$stradmin</A> -> $strsitesettings", "$focus");
print_simple_box_start("center", "", "$THEME->cellheading");
print_heading("Editing site settings");