mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00

Behat fixes by David Monllao <davidm@moodle.com> - Blocks - Modals - Messaging styling - Breadcrumb - Pagination - Course & categories management
9 lines
358 B
Text
9 lines
358 B
Text
{{!
|
|
@template theme_boost/nav-drawer
|
|
|
|
|
|
Example context (json): {}
|
|
}}
|
|
<div id="nav-drawer" data-region="drawer" class="d-print-none moodle-has-zindex {{^navdraweropen}}closed{{/navdraweropen}}" aria-hidden="{{#navdraweropen}}false{{/navdraweropen}}{{^navdraweropen}}true{{/navdraweropen}}" tabindex="-1">
|
|
{{> theme_boost/flat_navigation }}
|
|
</div>
|