mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
search MDL-19822 Upgraded deprecated calls and added set_url calls
This commit is contained in:
parent
beebcf2606
commit
c86bdd5d3f
9 changed files with 83 additions and 16 deletions
|
@ -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'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue