WIP Issue #9 - Fixed message on all pages, need to work on UI and DB.

This commit is contained in:
Daniel Thee Roperto
2016-09-05 19:50:26 +10:00
parent 98de8a6c69
commit aca6a0122e
6 changed files with 69 additions and 5 deletions

13
lib.php
View File

@@ -23,3 +23,16 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die;
function auth_outage_extend_navigation_user() {
\auth_outage\outagelib::initialize();
}
function auth_outage_extend_navigation($data) {
// Never called?
\auth_outage\outagelib::initialize();
}
function auth_outage_extend_navigation_frontpage() {
\auth_outage\outagelib::initialize();
}