Example #1
0
File: lib.php Project: dg711/moodle
/**
 * Extend the user navigation to bootstrap tours.
 */
function tool_usertours_extend_navigation_user()
{
    \tool_usertours\helper::bootstrap();
}