Diff of /moodle/admin/index.php
Parent Directory
|
Revision Log
|
Patch
|
By samhemelryk:
admin MDL-19799 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
|
| 162 |
upgrade_get_javascript(); |
upgrade_get_javascript(); |
| 163 |
$PAGE->navbar->add($strdatabasesetup); |
$PAGE->navbar->add($strdatabasesetup); |
| 164 |
$PAGE->set_title($strinstallation.' - Moodle '.$CFG->target_release); |
$PAGE->set_title($strinstallation.' - Moodle '.$CFG->target_release); |
| 165 |
$PAGE->heading($strinstallation); |
$PAGE->set_heading($strinstallation); |
| 166 |
$PAGE->set_cacheable(false); |
$PAGE->set_cacheable(false); |
| 167 |
echo $OUTPUT->header(); |
echo $OUTPUT->header(); |
| 168 |
|
|
|
|
Legend:
| Removed from v.1.404 |
|
| changed lines |
| |
Added in v.1.405 |
|
|