mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
navigation MDL-23020 Added pagelayout to forum search page
This commit is contained in:
parent
1d2a1936c5
commit
267aff7f79
@ -63,6 +63,7 @@ if ($timetorestrict) {
|
||||
$dateto = optional_param('dateto', 0, PARAM_INT); // Ending date
|
||||
}
|
||||
|
||||
$PAGE->set_pagelayout('standard');
|
||||
$PAGE->set_url($FULLME);
|
||||
|
||||
if (empty($search)) { // Check the other parameters instead
|
||||
|
Loading…
x
Reference in New Issue
Block a user