Hi,
I have searched the entire forum and moodle doumentation and did not find an answer to my question I would like to add 2 links to the user menu in moodle I added a function.
In lib.
"/enrol/beeqp24/lib.php"
"
function local_beeqp24_extend_navigation(
global_navigation $nav
){
echo "asd";
}
"
I made it this way so that only brakepoint is set.
Please help i have no idea