diff options
author | Andreas Hubel | 2020-12-22 19:29:17 +0100 |
---|---|---|
committer | Andreas Hubel | 2020-12-23 01:13:33 +0100 |
commit | 21e66fcce6fbf09ff9209101aae853ae223ac0a3 (patch) | |
tree | 870df781741209aca1ceaf0986685b9ec9192d20 /model/Conference.php | |
parent | 5f9e58bf294dd4c1b9112167c5d5944a7a9d88db (diff) |
add option for additonal licence text on about page
Diffstat (limited to '')
-rw-r--r-- | model/Conference.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/model/Conference.php b/model/Conference.php index 26bcc8b..fcc43c0 100644 --- a/model/Conference.php +++ b/model/Conference.php @@ -249,4 +249,7 @@ class Conference extends ModelBase public function getAdditionalHtml() { return $this->get('CONFERENCE.ADDITIONAL_HTML'); } + public function getAdditionalLicenceHtml() { + return $this->get('CONFERENCE.ADDITIONAL_LICENCE_HTML'); + } } |