Skip to content
Snippets Groups Projects
Commit e9093d9d authored by CORDEL Yannick's avatar CORDEL Yannick
Browse files

Update 2 files

- /layout/drawers.php
- /README.md
parent a9fe7d80
No related branches found
No related tags found
No related merge requests found
# Thème Exam
Thème Moodle basé sur Boost
\ No newline at end of file
Thème Moodle basé sur Boost
Compatible Moodle 4.5
\ No newline at end of file
......@@ -30,10 +30,6 @@ require_once($CFG->dirroot . '/course/lib.php');
// Add block button in editing mode.
$addblockbutton = $OUTPUT->addblockbutton();
user_preference_allow_ajax_update('drawer-open-nav', PARAM_ALPHA);
user_preference_allow_ajax_update('drawer-open-index', PARAM_BOOL);
user_preference_allow_ajax_update('drawer-open-block', PARAM_BOOL);
if (isloggedin()) {
$courseindexopen = (get_user_preferences('drawer-open-index', true) == true);
$blockdraweropen = (get_user_preferences('drawer-open-block') == true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment