From: samhemelryk Date: Thu, 3 Sep 2009 08:02:59 +0000 (+0000) Subject: admin MDL-19799 Upgraded print_header and build_navigation calls to use PAGE and... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2ea05146032a2b4dbb06f2048574db13a6271b00;p=moodle.git admin MDL-19799 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants --- diff --git a/admin/index.php b/admin/index.php index bd771b1f56..769e385a04 100644 --- a/admin/index.php +++ b/admin/index.php @@ -162,7 +162,7 @@ if (!core_tables_exist()) { upgrade_get_javascript(); $PAGE->navbar->add($strdatabasesetup); $PAGE->set_title($strinstallation.' - Moodle '.$CFG->target_release); - $PAGE->heading($strinstallation); + $PAGE->set_heading($strinstallation); $PAGE->set_cacheable(false); echo $OUTPUT->header();