From 21e66fcce6fbf09ff9209101aae853ae223ac0a3 Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Tue, 22 Dec 2020 19:29:17 +0100 Subject: add option for additonal licence text on about page --- model/Conference.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'model') 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'); + } } -- cgit v1.2.3