search MDL-19822 Upgraded deprecated calls and added set_url calls

This commit is contained in:
samhemelryk 2009-10-15 07:37:29 +00:00
parent beebcf2606
commit c86bdd5d3f
9 changed files with 83 additions and 16 deletions

View file

@ -47,6 +47,7 @@
// print page header
$site = get_site();
$PAGE->set_url(new moodle_url($CFG->wwwroot.'/search/indexersplash.php'));
$PAGE->navbar->add($strsearch, new moodle_url($CFG->wwwroot.'/search/index.php'));
$PAGE->navbar->add($strquery, new moodle_url($CFG->wwwroot.'/search/stats.php'));
$PAGE->navbar->add(get_string('runindexer','search'));