MDL-75401 mod_data: add sticky footers

This commit is contained in:
Ferran Recio
2022-10-19 14:51:10 +02:00
parent 3d483ac2ef
commit 8305c1c74d
20 changed files with 419 additions and 122 deletions
+9
View File
@@ -215,6 +215,15 @@ class template {
$this->tags = $matches['tags'];
}
/**
* Return the current template name.
*
* @return string the template name
*/
public function get_template_name(): string {
return $this->templatename;
}
/**
* Generate the list of action icons.
*