Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
Classes | Namespaces
sticky_footer.php File Reference

Class to render a sticky footer element. More...

Classes

class  core\output\sticky_footer
 

Namespaces

namespace  core\output
  
 

Detailed Description

Class to render a sticky footer element.

Sticky footer can be rendered at any moment if the page (even inside a form) but it will be displayed at the bottom of the page.

Important: note that pages can only display one sticky footer at once.

Important: not all themes are compatible with sticky footer. If the current theme is not compatible it will be rendered as a standard div element.