Merge branch 'MDL-75490-fix' of https://github.com/sarjona/moodle
This commit is contained in:
@@ -32,3 +32,9 @@ img.userpicture {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#page-footer .homelink,
|
||||
#page-footer .tool_dataprivacy,
|
||||
#page-footer .purgecaches {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
@@ -36,13 +36,13 @@
|
||||
|
||||
<div class="pb-3">
|
||||
{{# output.page_doc_link }}
|
||||
<div>{{{ output.page_doc_link }}}</div>
|
||||
<div class="footer-support-link">{{{ output.page_doc_link }}}</div>
|
||||
{{/ output.page_doc_link }}
|
||||
{{# output.services_support_link }}
|
||||
<div>{{{ output.services_support_link }}}</div>
|
||||
<div class="footer-support-link">{{{ output.services_support_link }}}</div>
|
||||
{{/ output.services_support_link }}
|
||||
{{# output.supportemail }}
|
||||
<div>{{{ output.supportemail }}}</div>
|
||||
<div class="footer-support-link">{{{ output.supportemail }}}</div>
|
||||
{{/ output.supportemail }}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user