Merge branch 'MDL-67154-38' of git://github.com/ferranrecio/moodle into MOODLE_38_STABLE
This commit is contained in:
@@ -50,16 +50,16 @@
|
||||
|
||||
<body {{{ bodyattributes }}}>
|
||||
|
||||
<div id="page-wrapper">
|
||||
<div id="page-wrapper" class="d-print-block">
|
||||
|
||||
{{{ output.standard_top_of_body_html }}}
|
||||
|
||||
{{>theme_classic/navbar}}
|
||||
|
||||
<div id="page" class="container-fluid">
|
||||
<div id="page" class="container-fluid d-print-block">
|
||||
{{{ output.full_header }}}
|
||||
|
||||
<div id="page-content" class="row {{#haspreblocks}} blocks-pre {{/haspreblocks}} {{#haspostblocks}} blocks-post {{/haspostblocks}}">
|
||||
<div id="page-content" class="row {{#haspreblocks}} blocks-pre {{/haspreblocks}} {{#haspostblocks}} blocks-post {{/haspostblocks}} d-print-block">
|
||||
<div id="region-main-box" class="region-main">
|
||||
{{#hasregionmainsettingsmenu}}
|
||||
<div id="region-main-settings-menu" class="d-print-none {{#hasblocks}}has-blocks{{/hasblocks}}">
|
||||
|
||||
Reference in New Issue
Block a user