mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-63028 Theme boost: fix footer maintenance page
This commit is contained in:
parent
bf45d7eba3
commit
4a5ceb215f
@ -47,7 +47,7 @@
|
||||
|
||||
{{{ output.standard_top_of_body_html }}}
|
||||
|
||||
<div id="page" class="container card card-body">
|
||||
<div id="page" class="container pb-3">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-12 py-3">
|
||||
@ -62,15 +62,14 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<footer id="page-footer" class="py-3 bg-dark text-light">
|
||||
<div class="container">
|
||||
{{{ output.standard_footer_html }}}
|
||||
{{{ output.standard_end_of_body_html }}}
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<footer id="page-footer" class="py-3 bg-dark text-light">
|
||||
<div class="container">
|
||||
{{{ output.standard_footer_html }}}
|
||||
{{{ output.standard_end_of_body_html }}}
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
{{#js}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user