. /** * auth_outage plugin lib * * @package auth_outage * @author Daniel Thee Roperto * @copyright 2016 Catalyst IT * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die; // FIXME hook not installing in courses/index.php page as guest. function auth_outage_extend_navigation_user() { \auth_outage\local\outagelib::inject(); } function auth_outage_extend_navigation_frontpage() { \auth_outage\local\outagelib::inject(); }