Lang, text, sorts

This commit is contained in:
2021-06-15 15:10:50 -04:00
parent e20340891e
commit 3e830d49d6
7 changed files with 136 additions and 100 deletions

View File

@@ -46,6 +46,10 @@ class StaticFunctions {
return Registry::DEFAULTLANGUAGE;
}
public function getHideFooter () {
return Registry::HIDEFOOTER;
}
public function getDefaultTZ () {
return Registry::DEFAULTTZ;
}