Moodle navigation

Moodle navigation

by Lukas Celinak -
Number of replies: 0
Picture of Plugin developers

Hi, i need help with issue, im trying to make some remakes in completion,

i dont undesrstand how is working navigation in moodle,

when im using

$url = new moodle_url('/report/completion/index.php', array('course'=>$course->id));

without new parameters, navigation is working fine, but when im trying to add some param into url, navigation isnt working for me.

for example:

$url = new moodle_url('/report/completion/index.php', array('course'=>$course->id,'page' => $page));

I tried to find documentation, but i didnt find nothing relevant for this.

Thank you.


Average of ratings: -