aboutsummaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
authorAndreas Hubel2020-12-22 19:29:17 +0100
committerAndreas Hubel2020-12-23 01:13:33 +0100
commit21e66fcce6fbf09ff9209101aae853ae223ac0a3 (patch)
tree870df781741209aca1ceaf0986685b9ec9192d20 /model
parent5f9e58bf294dd4c1b9112167c5d5944a7a9d88db (diff)
add option for additonal licence text on about page
Diffstat (limited to 'model')
-rw-r--r--model/Conference.php3
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');
+ }
}